https://github.com/yiisoft/data-cycle
Data adapter for Cycle ORM
https://github.com/yiisoft/data-cycle
cycle data orm yii3
Last synced: 4 months ago
JSON representation
Data adapter for Cycle ORM
- Host: GitHub
- URL: https://github.com/yiisoft/data-cycle
- Owner: yiisoft
- License: bsd-3-clause
- Created: 2024-03-04T14:31:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T18:03:42.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T10:26:50.096Z (almost 2 years ago)
- Topics: cycle, data, orm, yii3
- Language: PHP
- Homepage: https://www.yiiframework.com
- Size: 43.9 KB
- Stars: 4
- Watchers: 14
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Yii Data Cycle
[](https://packagist.org/packages/yiisoft/data-cycle)
[](https://packagist.org/packages/yiisoft/data-cycle)
[](https://codecov.io/gh/yiisoft/data-cycle)
[](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/data-cycle/master)
[](https://github.com/yiisoft/data-cycle/actions?query=workflow%3A%22static+analysis%22)
[](https://shepherd.dev/github/yiisoft/data-cycle)
[](https://shepherd.dev/github/yiisoft/data-cycle)
There package provides [Cycle ORM](https://github.com/cycle/orm) query adapter for[Yii Data](https://github.com/yiisoft/data). For other
integrations of Cycle ORM with Yii framework see [Yii Cycle](https://github.com/yiisoft/yii-cycle) package.
Detailed build statuses:
| RDBMS | Status |
|----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| SQLite | [](https://github.com/yiisoft/data-cycle/actions?query=workflow%3Asqlite) |
| MySQL | [](https://github.com/yiisoft/data-cycle/actions?query=workflow%3Amysql) |
| PostgreSQL | [](https://github.com/yiisoft/data-cycle/actions?query=workflow%3Apgsql) |
| Microsoft SQL Server | [](https://github.com/yiisoft/data-cycle/actions?query=workflow%3Amssql) |
## Requirements
- PHP 8.1 or higher.
## Installation
The package could be installed with [Composer](https://getcomposer.org):
```shell
composer require yiisoft/data-cycle
```
## Documentation
- Guide: [English](docs/guide/en/README.md), [Español](docs/guide/es/README.md), [Português - Brasil](docs/guide/pt-BR/README.md), [Русский](docs/guide/ru/README.md)
- [Internals](docs/internals.md)
If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for
that. You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
## License
The Yii Data Cycle is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.
Maintained by [Yii Software](https://www.yiiframework.com/).
## Support the project
[](https://opencollective.com/yiisoft)
## Follow updates
[](https://www.yiiframework.com/)
[](https://twitter.com/yiiframework)
[](https://t.me/yii3en)
[](https://www.facebook.com/groups/yiitalk)
[](https://yiiframework.com/go/slack)