shubinmi / ant-orm-php
Ant ORM. Easy way to manipulate your data.
1.5.0
2017-09-21 15:58 UTC
Requires
- php: >=5.4
Requires (Dev)
- ext-mysqlnd: *
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2024-10-31 17:05:00 UTC
README
Easy way to manipulate your data
The concept - to know its place and purpose. The rule of this ORM - to be flexible and not to be intrusive.
Installation
Install the latest version with
$ composer require shubinmi/ant-orm-php
Basic Usage
See at tests folder
Contribute safely
Be in sure that nothing is broken
MySql
- Init db by
php ./tets/Mysql/init/init.php -h 127.0.0.1 -u root -p root
- Run tests by
./vendor/phpunit/phpunit/phpunit --bootstrap ./tests/Mysql/boot.php ./tests/Mysql/