Go to file
Andrew 267b3e1b73 remove duplicate field
the `:author_website` option was listed twice
2015-01-29 00:46:25 -06:00
src update skeleton project 2014-10-07 17:35:46 +02:00
tests update skeleton project 2014-10-07 17:35:46 +02:00
.gitattributes updated scrutinizer reference 2014-12-02 09:33:34 +01:00
.gitignore update skeleton project 2014-10-07 17:35:46 +02:00
.scrutinizer.yml Rename scrutinizer.yml to .scrutinizer.yml 2014-12-02 06:09:57 +00:00
.travis.yml update skeleton project 2014-10-07 17:35:46 +02:00
CHANGELOG.md fix syntax in CHANGELOG.md 2014-12-30 16:33:52 +01:00
composer.json Harmonize package variables 2014-12-30 16:31:21 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2014-05-20 09:42:38 +01:00
LICENSE.md Update LICENSE to use Markdown 2014-10-25 16:44:26 -04:00
phpunit.xml.dist update skeleton project 2014-10-07 17:35:46 +02:00
README.md remove duplicate field 2015-01-29 00:46:25 -06:00

:package_name

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

Note: Replace :author_name :author_username :author_website :author_email :package_name :package_description with theirs correct values in README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE.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 league/:package_name

Usage

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

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.