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
Requires
- php: ~7.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2019-03-14 09:20:55 UTC
README
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.