phossa2/libs

Bundle of phossa2 libraries for the framework.

Installs: 22

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:composer-plugin

dev-master / 2.1.x-dev 2016-10-12 00:55 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:27:15 UTC


README

Build Status Code Quality Code Climate PHP 7 ready HHVM Latest Stable Version License

phossa2/libs is the bundle of phossa2 libraries for the framework.

It requires PHP 5.4, supports PHP 7.0+ and HHVM. It is compliant with PSR-1, PSR-2, PSR-3, PSR-4, and the proposed PSR-5.

Installation

Install via the composer utility.

composer require "phossa2/libs"

or add the following lines to your composer.json

{
    "require": {
       "phossa2/libs": "2.*"
    }
}

Change log

Please see CHANGELOG from more information.

Testing

$ composer test

Contributing

Please see CONTRIBUTE for more information.

Dependencies

  • PHP >= 5.4.0

  • psr/log ~1.0

  • psr/cache ~1.0

  • wixel/gump >= 1.4,

  • zendframework/zend-diactoros ^1.3.0

  • container-interop/container-interop ~1.0

License

MIT License