itsjavi / philae-skeleton
This package is abandoned and no longer maintained.
No replacement package was suggested.
Skeleton project for the Philae PHP framework.
0.5.0
2017-05-26 09:03 UTC
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.