Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Latest commit

 

History

History
47 lines (31 loc) · 1.88 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.88 KB

SDIS62 : :package_name

Latest Version Build Status Coverage Status Quality Score Total Downloads

Note: Replace :author_name :author_username :author_website :author_email :author_website :package_name :package_description with theirs correct values in README.md, CHANGELOG.md, CONTRIBUTING.md and composer.json files, then delete this line.

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Install

Via Composer

$ composer require SDIS62/:package_name

Usage

$skeleton = new SDIS62\Skeleton();
echo $skeleton->echoPhrase('Hello, League!');

Testing

$ phpunit

Contributing

Please see Contributing file for details.

Credits

License

The CeCILL-B License. Please see License File for more information.