Laravel 5 – 13
PHP 7.1+
No commit activity in last 2 years
No release in over 2 years
There's a lot of open issues
Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

phpunit/phpunit
^9.0
squizlabs/php_codesniffer
2.3.3
mockery/mockery
^1.0

Runtime

 Project Readme

Sofa/Eloquence

GitHub Tests Action Status Coverage Status Code Quality Downloads stable

Easy and flexible extensions for the Eloquent ORM.

Currently available extensions:

  1. Base - Searchable query - crazy-simple fulltext search through any related model
  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
  6. Mutator - pipe-based mutating

Installation

composer require sofa/eloquence-base

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

Contribution

Shout out to all the Contributors!

All contributions are welcome, PRs must be tested and PSR-2 compliant.

To validate your builds before committing use the following composer command:

composer test