Yii Cycle ORM support
Cycle is a PHP DataMapper ORM and Data Modelling engine designed to safely work in classic and daemonized PHP applications such as RoadRunner. This package provides a convenient way to integrate Cycle ORM v2 with Yii Framework.
Read more in the official documentation
Documentation
Testing
Unit testing
The package is tested with PHPUnit. To run tests:
shell
./vendor/bin/phpunit
Mutation testing
The package tests are checked with Infection mutation framework with Infection Static Analysis Plugin. To run it:
shell
./vendor/bin/roave-infection-static-analysis-plugin
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
shell
./vendor/bin/psalm
License
The Yii Cycle ORM support is free software. It is released under the terms of the BSD License. Please see LICENSE
for more information.
Maintained by Yii Software.