Go to file
Pascal Borreli 5ee6580dff Fixed typos
2014-02-01 23:15:08 +00: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 Initial Commit 2013-08-07 18:36:49 +01: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 Initial Commit 2013-08-07 18:36:49 +01:00

League Skeleton

Build Status Total Downloads Latest Stable Version

Replace Statsd 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.