raadaa/composer-template

Boilerplate package for creating other raadaa packages.

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/raadaa/composer-template

v1.0.0 2017-12-06 14:59 UTC

This package is not auto-updated.

Last update: 2025-12-31 13:58:32 UTC


README

Boilerplate package for creating other raadaa packages.

Requirements

PHP 5.4 and above

Installation

composer require raadaa/composer-template

Documentation

How to Contribute

  • Fork the project.
  • Make your bug fix or feature addition.
  • Add tests for it. This is important so we don't break it in a future version unintentionally.
  • Send a pull request.

Coding Guidelines

Use php-cs-fixer to (re)format your sourcecode for compliance with this project's coding guidelines:

$ wget http://get.sensiolabs.org/php-cs-fixer.phar

$ php php-cs-fixer.phar fix <dir>