yosymfony / php-package-skeleton
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/yosymfony/php-package-skeleton
Requires
- php: ^7.2
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2025-09-20 07:03:43 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.