π₯ A Laravel adapter for CycleORM, providing seamless integration of the Cycle DataMapper ORM for advanced database handling and object mapping in PHP applications.
wayofdev/laravel-cycle-orm-adapter is a Laravel package for π₯ a laravel adapter for cycleorm, providing seamless integration of the cycle datamapper orm for advanced database handling and object mapping in php applications..
It currently has 35 GitHub stars and 43.852 downloads on Packagist (latest version v6.0.0).
Install it with composer require wayofdev/laravel-cycle-orm-adapter.
Discover more Laravel packages by wayofdev
or browse all Laravel packages to compare alternatives.
Last updated
Unlock the full potential of Domain-Driven Design in your Laravel projects with the wayofdev/laravel-cycle-orm-adapter β the adapter package that seamlessly integrates the capabilities of CycleORM β DataMapper ORM into Laravel Framework.
This adapter bridges the gap between Laravel's rapid development capabilities and Cycle ORM's Data Mapper features, enabling you to craft complex, domain-centric applications, with separation of concerns, and a clear distinction between the domain model and the persistence layer.
If you like/use this package, please consider starring βοΈ it. Thanks!
The full documentation for the package is available at https://laravel-cycle-orm-adapter.wayof.dev.
| Laravel | Cycle ORM | Adapter | PHP Version |
|----------------------|-----------|----------|-------------|
| ^10.28 | 2.x | <4.9.0 | ^8.2 |
| ^10.28, 11.x | 2.x | β₯4.9.0 | ^8.2 |
| ^10.28, 11.x, 12.x | 2.x | 5.0.0 | ^8.2 |
| 11.x, 12.x, 13.x | 2.x | >5.0.0 | ^8.3 |
Thank you for considering contributing to the wayofdev community! We are open to all kinds of contributions. If you want to:
You are more than welcome. Before contributing, kindly check our Contributing Guide web-page for more information.
Inspired by butschster's package
The official spiral/cycle-bridge for Spiral Framework
Alternative implementation of Cycle ORM for Laravel β wakebit/laravel-cycle