matrix-php-sdk/README.md
Ignace Nyamagana Butera 25a47261c3 update skeleton project
2014-10-07 17:35:46 +02:00

1.6 KiB

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.