File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Cycle ORM integration for the Laravel Framework
2
+
3
+ ![ laracycle] ( https://user-images.githubusercontent.com/773481/86586434-8c675700-bf90-11ea-836c-59b7485f6a8f.png )
4
+
5
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/butschster/cycle-orm/v/stable )] ( https://packagist.org/packages/butschster/cycle-orm ) [ ![ Total Downloads] ( https://poser.pugx.org/butschster/cycle-orm/downloads )] ( https://packagist.org/packages/butschster/cycle-orm ) [ ![ License] ( https://poser.pugx.org/butschster/cycle-orm/license )] ( https://packagist.org/packages/butschster/cycle-orm )
6
+
2
7
Cycle is a PHP DataMapper ORM and Data Modelling engine designed to safely work in classic and daemonized PHP
3
8
applications (like RoadRunner). The ORM provides flexible configuration options to model datasets, a powerful query
4
9
builder, and supports dynamic mapping schemas. The engine can work with plain PHP objects, support annotation
5
10
declarations, and proxies via extensions.
6
11
7
12
Full information - https://cycle-orm.dev/docs
8
13
9
-
10
- [ ![ Latest Stable Version] ( https://poser.pugx.org/butschster/cycle-orm/v/stable )] ( https://packagist.org/packages/butschster/cycle-orm ) [ ![ Total Downloads] ( https://poser.pugx.org/butschster/cycle-orm/downloads )] ( https://packagist.org/packages/butschster/cycle-orm ) [ ![ License] ( https://poser.pugx.org/butschster/cycle-orm/license )] ( https://packagist.org/packages/butschster/cycle-orm )
11
-
12
14
### Requirements
13
15
- Laravel 7.x
14
16
- PHP 7.4 and above
You can’t perform that action at this time.
0 commit comments