Go to file
George Mponos 986054dc29 Add phpcs to gitignore and gitattributes file 2018-11-06 23:26:04 +02:00
src Update SkeletonClass.php 2015-03-25 22:17:39 +02:00
tests Fix tests on PHP 5.6 & HHVM 2017-06-30 20:05:48 +02:00
.editorconfig Added end_of_line & some more info about this file 2015-05-14 20:09:24 +02:00
.gitattributes Add phpcs to gitignore and gitattributes file 2018-11-06 23:26:04 +02:00
.gitignore Add phpcs to gitignore and gitattributes file 2018-11-06 23:26:04 +02: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 test on 7.2 2017-12-12 09:25:10 -06:00
CHANGELOG.md fix capitalization 2017-09-28 14:10:22 -05:00
CODE_OF_CONDUCT.md Rename CONDUCT.md to CODE_OF_CONDUCT.md 2017-08-22 05:34:33 +08:00
CONTRIBUTING.md Replace check-codestyle & fix-codestyle with check-style & fix-style respecively 2016-09-14 17:22:46 +02:00
ISSUE_TEMPLATE.md Use PHP-specific examples in Issue template 2016-08-23 20:23:08 +02:00
LICENSE.md change the year in LICENSE.md 2018-01-17 19:06:48 +00:00
PULL_REQUEST_TEMPLATE.md Add note about CI 2016-11-01 10:13:31 +01:00
README.md Spelling mistake? 2017-12-26 17:35:57 -05:00
composer.json Added a phpcs.xml.dist file 2018-11-06 23:23:35 +02:00
phpcs.xml.dist Added a phpcs.xml.dist file 2018-11-06 23:23:35 +02:00
phpunit.xml.dist use `:vendor` placeholder 2015-11-27 16:08:09 -06:00
prefill.php put array back the way it was 2017-03-16 13:23:58 +11:00

README.md

: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.

Structure

If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.

bin/        
config/
src/
tests/
vendor/

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 on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_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.