PHP SDK for Matrix.org
Go to file
Phil Sturgeon af66587bb9 Merge pull request #88 from jotaelesalinas/prefill
Added script prefill.php to replace all :variables
2016-09-14 10:44:18 -04:00
src Update SkeletonClass.php 2015-03-25 22:17:39 +02:00
tests Removed redundant Test namespace 2016-02-29 16:12:33 +09: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
.styleci.yml Add .styleci.yml 2016-01-13 13:24:21 -05:00
.travis.yml travis: bump min version to PHP 5.6, add PHP 7.1 2016-08-23 14:39:56 +02:00
CHANGELOG.md Use "Keep a CHANGELOG" principles 2016-01-13 13:27:58 -05:00
composer.json Update php version required 2016-07-31 02:29:17 -03:00
CONDUCT.md Added coc contact email address 2016-08-24 10:52:35 -04:00
CONTRIBUTING.md use :vendor placeholder 2015-11-27 16:08:09 -06:00
ISSUE_TEMPLATE.md Use PHP-specific examples in Issue template 2016-08-23 20:23:08 +02:00
LICENSE.md Update copyright year 2016-02-05 22:36:33 +01:00
phpunit.xml.dist use :vendor placeholder 2015-11-27 16:08:09 -06:00
prefill.php Added script prefill.php to replace all :variables 2016-08-22 02:56:40 +02:00
PULL_REQUEST_TEMPLATE.md Create PULL_REQUEST_TEMPLATE.md 2016-08-23 12:05:18 +02:00
README.md Added script prefill.php to replace all :variables 2016-08-22 02:51:31 +02:00

:package_name

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

Note: Replace :author_name :author_username :author_website :author_email :vendor :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. You can run $ php prefill.php in the command line to make all replacements at once. Delete the file prefill.php as well.

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 :vendor/: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 and CONDUCT 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.