Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```