https://github.com/vjik/yii2-cycle
Yii2 Cycle ORM support
https://github.com/vjik/yii2-cycle
cycle orm yii2
Last synced: 2 months ago
JSON representation
Yii2 Cycle ORM support
- Host: GitHub
- URL: https://github.com/vjik/yii2-cycle
- Owner: vjik
- License: bsd-3-clause
- Created: 2020-07-30T07:01:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T10:16:31.000Z (over 5 years ago)
- Last Synced: 2025-12-27T22:45:17.894Z (6 months ago)
- Topics: cycle, orm, yii2
- Language: PHP
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Yii2 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](https://github.com/spiral/roadrunner).
This package provides a convenient way to integrate it with Yii2 framework.
Read more in the [official Cycle documentation](https://github.com/cycle/docs)
[](https://packagist.org/packages/vjik/yii2-cycle)
[](https://packagist.org/packages/vjik/yii2-cycle)
### Documentation
- [Russian](docs/ru/README.md)
### Unit testing
The package is tested with [PHPUnit](https://phpunit.de/). To run tests:
```php
./vendor/bin/phpunit
```