Go to file
Phil Sturgeon ed20ae272b Merge pull request #3 from nyamsprod/master
update skeleton project
2014-10-07 13:34:13 -05: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 update skeleton project 2014-10-07 17:35:46 +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

Replace Skeleton with your own package name in the above URLs

:package_description

Install

Via Composer

{
    "require": {
        "league/:package_name": "~1.0"
    }
}

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.