Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.59 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.59 KB

Sofa/Eloquence

Build Status Coverage Status Code Quality Downloads stable

Easy and flexible extensions for the Eloquent ORM (Laravel 5.2).

Currently available extensions:

  1. Searchable query - crazy-simple fulltext search through any related model (based on https://github.com/nicolaslopezj/searchable only written from scratch & greatly improved)
  2. Validable - self-validating models
  3. Mappable -map attributes to table fields and/or related models
  4. Metable - meta attributes made easy
  5. Mutable - flexible attribute get/set mutators with quick setup (with help of Romain Lanz)
  6. Mutator - pipe-based mutating
  7. Filterable - Part of Searchable only for DateRange

Check the documentation for installation and usage info, website for examples and API reference

Modification:

  • By Tymk Softwares for Compitability with gazsp/baum