Composer Skeleton
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
A skeleton package for projects based on composer. For now just trying to see if this is working for me., (*2)
Install
I intended this to be installed with Composer.
To create a project named package-name
you can run this command:, (*3)
``` bash
$ composer create-project scripturadesign/composer-skeleton package-name --stability "dev" --no-interaction, (*4)
## Usage
``` php
// Not any usage for this, left as part of the skeleton
Change log
Please see CHANGELOG for more information what has changed recently., (*5)
Testing
``` bash
$ composer test, (*6)
## Code Style
Easily check the code style against [PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) by running:
``` bash
$ composer sniff
And automatically fix them with this:, (*7)
bash
$ composer fix
, (*8)
Contributing
Please see CONTRIBUTING for details., (*9)
Security
If you discover any security related issues, please email martindilling@gmail.com instead of using the issue tracker., (*10)
Credits
License
The MIT License (MIT). Please see License File for more information., (*11)