matthiasmullie / php-skeleton
Skeleton for PHP projects
Installs: 347
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Language:ApacheConf
Requires
- php: ^5.3|^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ~2.0
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2024-10-25 22:20:56 UTC
README
Example usage
// hello world!
Installation
Simply add a dependency on matthiasmullie/php-skeleton to your composer.json file if you use Composer to manage the dependencies of your project:
composer require matthiasmullie/php-skeleton
Although it's recommended to use Composer, you can actually include these files anyway you want.
License
php-skeleton is MIT licensed.