phossa2/app-skeleton

Phossa2 application skeleton.

2.1.1 2016-09-29 05:32 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:47:56 UTC


README

phossa2/app-skeleton is a phossa2 application skeleton.

Installation

Install via the composer utility.

composer require "phossa2/app-skeleton"

or add the following lines to your composer.json

{
    "require": {
       "phossa2/app-skeleton": "*"
    }
}

Change log

Please see CHANGELOG from more information.

Testing

$ composer test

Contributing

Please see CONTRIBUTE for more information.

Dependencies

  • PHP >= 5.4.0

License

MIT License