shubinmi / ant-orm-php
Ant ORM. Easy way to manipulate your data.
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/shubinmi/ant-orm-php
Requires
- php: >=5.4
Requires (Dev)
- ext-mysqlnd: *
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2025-10-16 21:55:47 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/