PHPackages                             wakebit/cycle-bridge - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. wakebit/cycle-bridge

ActiveLibrary

wakebit/cycle-bridge
====================

Cycle ORM bridge

v2.1.0(3y ago)1917—0%1MITPHPPHP ^8.0|^8.1|^8.2

Since Mar 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/wakebit/cycle-bridge)[ Packagist](https://packagist.org/packages/wakebit/cycle-bridge)[ RSS](/packages/wakebit-cycle-bridge/feed)WikiDiscussions v2.x Synced 1mo ago

READMEChangelog (4)Dependencies (19)Versions (6)Used By (1)

Cycle ORM bridge
================

[](#cycle-orm-bridge)

This package provides a set of Symfony commands, classes for integration [Cycle ORM](https://cycle-orm.dev) with any framework. We are supporting integration both versions of the ORM. If you want to integrate this to Laravel we already have a [separated package](https://github.com/wakebit/laravel-cycle) which uses this bridge.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.0
- Cycle ORM 1 or 2 (branches `v1.x` and `v2.x` accordingly)

Installation
------------

[](#installation)

1. Install the package via composer:

```
composer require wakebit/cycle-bridge
```

Example of usage with PHP-DI
----------------------------

[](#example-of-usage-with-php-di)

1. Declare config `config/config.php` and fill database credentials:

```
