Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vjik/yii2-cycle
Yii2 Cycle ORM support
https://github.com/vjik/yii2-cycle
cycle orm yii2
Last synced: about 5 hours 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T10:16:31.000Z (over 3 years ago)
- Last Synced: 2024-05-19T20:20:41.389Z (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)
[![Latest Stable Version](https://poser.pugx.org/vjik/yii2-cycle/v/stable.png)](https://packagist.org/packages/vjik/yii2-cycle)
[![Total Downloads](https://poser.pugx.org/vjik/yii2-cycle/downloads.png)](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
```