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

This package is not auto-updated.

Last update: 2020-01-24 16:49:25 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.