Skip to content
← Back to projects

Skeleton PHP 1

:package_description

#Very short description of the package

Latest Version on Packagist Build Status Quality Score Total Downloads

Note: Replace :author_name :author_username :author_email :package_name :package_description :package_space :author_homepage :org_username :org_name :org_email 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.

#Installation

You can install the package via composer:

composer require :org_username/:package_name

#Usage

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

#Testing

composer test

#Code Style

In addition to the php-cs-fixer rules, StyleCI will apply the Laravel preset.

composer styles:lint
composer styles:fix

#Changelog

Please see CHANGELOG for more information on what has changed recently.

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

New version available.