2017 © Pedro Peláez
 

library composer-skeleton

Composer Skeleton

image

scripturadesign/composer-skeleton

Composer Skeleton

  • Sunday, July 31, 2016
  • by martindilling
  • Repository
  • 1 Watchers
  • 1 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

Composer Skeleton

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![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)

The Versions

31/07 2016