antsoft/amorph-db-connector

package provides a mechanism for interacting with database in ecosystem 'Amorph'

dev-master / 1.0.x-dev 2016-04-23 12:16 UTC

This package is not auto-updated.

Last update: 2019-03-14 09:20:55 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Package provides a mechanism for interacting with database in ecosystem 'Amorph'.

Install

Для установки через композер нужно в composer.json добавить следующие секции

"minimum-stability": "dev",
"config": {
  "secure-http": false
},

Via Composer

$ composer require antsoft/amorph-db-connector

Usage

$skeleton = new League\Skeleton();
echo $skeleton->echoPhrase('Hello, League!');

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email tk@antsoft.com.ua instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.