PHP code example of shubinmi / ant-orm-php

1. Go to this page and download the library: Download shubinmi/ant-orm-php library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

shubinmi / ant-orm-php example snippets

bash
$ composer 
bash
php ./tets/Mysql/init/init.php -h 127.0.0.1 -u root -p root
bash
./vendor/phpunit/phpunit/phpunit --bootstrap ./tests/Mysql/boot.php ./tests/Mysql/