├── LICENSE.md ├── README.md ├── composer.json ├── pint.json ├── prefill.php └── src └── Skeleton.php /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owenvoke/skeleton-php/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owenvoke/skeleton-php/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owenvoke/skeleton-php/HEAD/composer.json -------------------------------------------------------------------------------- /pint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owenvoke/skeleton-php/HEAD/pint.json -------------------------------------------------------------------------------- /prefill.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owenvoke/skeleton-php/HEAD/prefill.php -------------------------------------------------------------------------------- /src/Skeleton.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/owenvoke/skeleton-php/HEAD/src/Skeleton.php --------------------------------------------------------------------------------