Skip to content

Commit 5dd196d

Browse files
authored
Update README.md
1 parent 48ffda9 commit 5dd196d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# 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+
27
Cycle is a PHP DataMapper ORM and Data Modelling engine designed to safely work in classic and daemonized PHP
38
applications (like RoadRunner). The ORM provides flexible configuration options to model datasets, a powerful query
49
builder, and supports dynamic mapping schemas. The engine can work with plain PHP objects, support annotation
510
declarations, and proxies via extensions.
611

712
Full information - https://cycle-orm.dev/docs
813

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-
1214
### Requirements
1315
- Laravel 7.x
1416
- PHP 7.4 and above

0 commit comments

Comments
 (0)