Go to file
Marc Qualie 040e0f5c51 Merge pull request #4 from barryvdh/patch-1
Remove version from composer require
2014-10-15 10:49:59 +01: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
.gitignore update skeleton project 2014-10-07 17:35:46 +02:00
.travis.yml update skeleton project 2014-10-07 17:35:46 +02:00
CHANGELOG.md update skeleton project 2014-10-07 17:35:46 +02:00
composer.json update skeleton project 2014-10-07 17:35:46 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2014-05-20 09:42:38 +01:00
LICENSE Initial Commit 2013-08-07 18:36:49 +01:00
phpunit.xml.dist update skeleton project 2014-10-07 17:35:46 +02:00
README.md Remove version from composer require 2014-10-15 09:04:10 +02:00
scrutinizer.yml update skeleton project 2014-10-07 17:35:46 +02:00

League Skeleton

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

Note: Replace skeleton with the correct package name in the above URLs, then delete this line.

This is where you 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

$ php composer.phar require league/skeleton

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.