itsjavi / philae-skeleton
Skeleton project for the Philae PHP framework.
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^5.6 || ^7.0
- itsjavi/philae: ^0.5
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.3
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^2.8
This package is not auto-updated.
Last update: 2020-01-24 16:49:25 UTC
README
Skeleton project for the Philae PHP framework.
This project is compliant with PSR-1, PSR-2, PSR-4, PSR-7, PSR-11 and PSR-15. If you notice compliance oversights, please send a patch via pull request.
Install
Via Composer
$ composer create-project itsjavi/philae-skeleton myproject
Via Git
$ git clone https://github.com/itsjavi/philae-skeleton.git
Serve and open in your browser
$ ./start -o
Or inside a docker container
$ docker-compose up
Testing
$ composer test
or
$ vendor/bin/phpunit $ vendor/bin/phpcs
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.