yosymfony / php-package-skeleton
v1.0.0
2018-10-19 15:12 UTC
Requires
- php: ^7.2
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2024-10-20 05:03:11 UTC
README
This is where your description should go.
About this skeleton
Installation
composer create-project yosymfony/php-package-skeleton your-package
Review the files composer.json
, README.md
and phpunit.xml.dist
.
Delete the file .gitkeep
from folders src
and tests
.Then, delete this section.
Requires
- PHP +7.2
Installation
The preferred installation method is composer:
composer require yosymfony/{{package_name}}
Usage
This is where usage instructions should go.
Unit tests
You can run the unit tests with the following command:
$ cd collection $ composer test
License
This library is open-sourced software licensed under the MIT license.