Go to file
2014-04-11 12:42:48 +01:00
src Fixed typos 2014-02-01 23:15:08 +00:00
tests/League/Skeleton/Test Fixed typos 2014-02-01 23:15:08 +00:00
.gitignore Initial Commit 2013-08-07 18:36:49 +01:00
.travis.yml Ninja 5.6 test 2014-02-11 12:23:35 -05:00
composer.json Initial Commit 2013-08-07 18:36:49 +01:00
CONTRIBUTING.md Initial Commit 2013-08-07 18:36:49 +01:00
LICENSE Initial Commit 2013-08-07 18:36:49 +01:00
phpunit.xml.dist Initial Commit 2013-08-07 18:36:49 +01:00
README.md Update README.md 2014-04-11 07:40:55 -04:00

League Skeleton

Build Status Total Downloads Latest Stable Version

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.