eloquence maintained by ingenious
Description
Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.
Author
Last update
2016/05/16 23:25 (dev-ingenious)
License
Downloads
56
Tags
database - orm - sql - active-record - activerecord - laravel - eloquent - mappable - searchable - metable - mutable - meta
Last update
2016/05/16 23:25
License
Require
- php >=5.5.9
- sofa/hookable 5.2.*
- illuminate/database 5.2.*
Last update
2016/05/16 23:18
License
Require
- php >=5.5.9
- sofa/hookable 5.1.*
- illuminate/database 5.1.*
Last update
2016/03/02 00:03
License
Require
- php >=5.5.9
- sofa/hookable 5.1.*
- illuminate/database 5.1.*
Last update
2016/03/02 00:03
License
Require
- php >=5.5.9
- sofa/hookable 5.1.*
- illuminate/database 5.1.*
Last update
2016/03/02 00:00
License
Require
- php >=5.5.9
- sofa/hookable 5.2.*
- illuminate/database 5.2.*
Last update
2016/03/02 00:00
License
Require
- php >=5.5.9
- sofa/hookable 5.2.*
- illuminate/database 5.2.*
Last update
2016/03/01 23:58
License
Require
- php >=5.5.9
- sofa/hookable 5.2.*
- illuminate/database 5.2.*
Last update
2016/01/14 23:12
License
Require
- php >=5.5.9
- sofa/hookable 5.2.*
- illuminate/database 5.2.*
Last update
2016/01/14 21:43
License
Require
- php >=5.5.9
- sofa/hookable 5.2.*
- illuminate/database 5.2.*
Last update
2015/11/21 12:47
License
Require
- php >=5.5.9
- sofa/hookable ~1.0
- illuminate/contracts ~5.1
- illuminate/database ~5.1
Last update
2015/11/21 12:09
License
Require
- php >=5.5.9
- sofa/hookable ~1.0
- illuminate/contracts ~5.1
- illuminate/database ~5.1
Last update
2015/11/17 17:18
License
Require
- php >=5.5.9
- sofa/hookable ~1.0
- illuminate/contracts ~5.1
- illuminate/database ~5.1
Last update
2015/11/17 15:39
License
Require
- php >=5.5.9
- sofa/hookable ~1.0
- illuminate/contracts ~5.1
- illuminate/database ~5.1
Last update
2015/11/17 15:35
License
Require
- php >=5.5.9
- sofa/hookable ~1.0
- illuminate/contracts ~5.1
- illuminate/database ~5.1
Last update
2015/10/29 18:50
License
Require
- php >=5.5.9
- illuminate/contracts ~5.1
- illuminate/database ~5.1
Last update
2015/07/18 05:13
License
Require
- php >=5.5.9
- illuminate/contracts ~5.1
- illuminate/database ~5.1
Last update
2015/07/12 17:56
License
Require
- php >=5.4
- illuminate/contracts 5.0.*
- illuminate/database 5.0.*
Last update
2015/07/11 08:21
License
Require
- php >=5.4
- illuminate/contracts ~5.0
- illuminate/database ~5.0
Last update
2015/06/04 16:14
License
Require
- php >=5.4
- illuminate/contracts ~5.0
- illuminate/database ~5.0
Last update
2015/05/13 13:32
License
Require
- php >=5.4
- illuminate/contracts ~5.0
- illuminate/database ~5.0
Last update
2015/05/06 09:19
License
Require
- php >=5.4
- illuminate/contracts ~5.0
- illuminate/database ~5.0
Last update
2015/05/04 22:27
License
Require
- php >=5.4
- illuminate/contracts ~5.0
- illuminate/database ~5.0
Last update
2015/05/04 13:37
License
Require
- php >=5.4
- illuminate/contracts ~5.0
- illuminate/database ~5.0
Last update
2015/05/02 15:01
License
Require
- php >=5.4
- illuminate/contracts ~5.0
- illuminate/database ~5.0
Last update
2015/04/30 13:11
License
Require
- php >=5.4
- illuminate/contracts ~5.0
- illuminate/database ~5.0
Last update
2015/04/26 21:21
License
Require
- php >=5.4
- illuminate/contracts ~5.0
- illuminate/database ~5.0
Last update
2015/04/26 14:39
License
Require
- php >=5.4
- illuminate/contracts ~5.0
- illuminate/database ~5.0
Last update
2015/04/26 14:28
License
Require
- php >=5.4
- illuminate/contracts ~5.0
- illuminate/database ~5.0
Last update
2015/04/26 11:51
License
Require
- php >=5.4
- illuminate/contracts ~5.0
- illuminate/database ~5.0
Last update
2015/04/26 11:03
License
Require
- php >=5.4
- illuminate/contracts ~5.0
- illuminate/database ~5.0
comments powered by Disqus
Easy and flexible extensions for the Eloquent ORM (Laravel 5.2).
For older versions of Illuminate/Laravel please use:
Currently available extensions:
-
Searchable
query - crazy-simple fulltext search through any related model (based on https://github.com/nicolaslopezj/searchable only written from scratch & greatly improved) -
Validable
- self-validating models -
Mappable
-map attributes to table fields and/or related models -
Metable
- meta attributes made easy -
Mutable
- flexible attribute get/set mutators with quick setup (with help of Romain Lanz) -
Mutator
- pipe-based mutating
Check the documentation for installation and usage info, website for examples and API reference
All contributions are welcome, PRs must be tested and PSR-2 compliant.