PHP SDK for Matrix.org
- PHP 100%
| src | ||
| tests/League/Skeleton/Test | ||
| .gitignore | ||
| .travis.yml | ||
| composer.json | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| phpunit.xml.dist | ||
| README.md | ||
League Skeleton
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.


