PHP SDK for Matrix.org
Find a file
Marc Würth d16a3df4ad Do not call ocular in PHP 7.0 and HHVM
We cannot be dead certain that those support code coverage, so they would break the Scrutinizer build the following message "Scrutinizer was notified that the tests failed." even though all builds succeeded.

At the moment HHVM seems to work, excluding it nonetheless.
Also now it correlates with three runs configured in 13bd2abaeb/.scrutinizer.yml (L23)
2015-05-18 20:24:20 +02:00
src Update SkeletonClass.php 2015-03-25 22:17:39 +02:00
tests update skeleton project 2014-10-07 17:35:46 +02:00
.editorconfig Added end_of_line & some more info about this file 2015-05-14 20:09:24 +02:00
.gitattributes updated scrutinizer reference 2014-12-02 09:33:34 +01:00
.gitignore Added editor configuration 2015-02-25 13:00:47 +01:00
.scrutinizer.yml simplifies configuration 2015-04-25 19:15:22 +02:00
.travis.yml Do not call ocular in PHP 7.0 and HHVM 2015-05-18 20:24:20 +02:00
CHANGELOG.md fix syntax in CHANGELOG.md 2014-12-30 16:33:52 +01:00
composer.json Merge pull request #7 from RobLoach/add/scripts 2015-05-13 14:07:07 -04:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-04-28 21:49:03 +02:00
LICENSE.md new year 2015-01-29 00:53:43 -06:00
phpunit.xml.dist update skeleton project 2014-10-07 17:35:46 +02:00
README.md docs(testing): Update testing to use composer test 2015-05-14 10:45:15 -07:00

:package_name

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

Note: Replace :author_name :author_username :author_website :author_email :package_name :package_description with their correct values in README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE.md and composer.json files, then delete this line.

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Install

Via Composer

$ composer require league/:package_name

Usage

$skeleton = new League\Skeleton();
echo $skeleton->echoPhrase('Hello, League!');

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.