# ArSql **Repository Path**: jmjoy/ArSql ## Basic Information - **Project Name**: ArSql - **Description**: The PHP library implements ActiveRecord by returning raw SQL. - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 0 - **Created**: 2019-07-30 - **Last Updated**: 2025-06-08 ## Categories & Tags **Categories**: database-dev **Tags**: None ## README # ArSql The PHP library implements ActiveRecord by returning raw SQL. A transplant of [yii2](https://github.com/yiisoft/yii2) ORM for PHP5.3 and NO PDO scene. # Start ```shell docker-compose up -d docker-compose exec php composer install ``` # Run TEST ```shell docker-compose exec php vendor/bin/phpunit test ```