shubinmi/ant-orm-php

Ant ORM. Easy way to manipulate your data.

1.5.0 2017-09-21 15:58 UTC

This package is not auto-updated.

Last update: 2024-03-21 14:02:52 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/