yosymfony/php-package-skeleton

v1.0.0 2018-10-19 15:12 UTC

This package is auto-updated.

Last update: 2024-03-20 03:42:50 UTC


README

Latest Version on Packagist Build Status

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.