Libraries tagged by activerecord
mohdnazrul/laravel-propel
4 Downloads
Propel integration for Laravel framework.
mevisoft/sofa-eloquence
7 Downloads
Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.
matrozov/yii2-pro-active-query
903 Downloads
Dynamically extensible ActiveQuery class
matiasmuller/yii-conditions
2 Downloads
Permite reutilizar condiciones de consultas pre-armadas de forma modular siguiendo el principio DRY.
matak/dbrecord
38 Downloads
DbRecord used to be ActiveRecord, now it is 5 levels ORM (EntityManager, EntityRepository, Mapper, Entity), it is based on dibi
martingg88/laravel-ardent-mongodb
336 Downloads
Self-validating smart models for integration of Mongodb and Laravel 5's Eloquent ORM
malith124/laravel-ardent-mongodb
4 Downloads
Self-validating smart models for integration of Mongodb and Laravel 10's Eloquent ORM
magnate/magnate
16 Downloads
Framework for WordPress plugin development.
locustv2/yii2-json-data-behavior
228 Downloads
Enables you to easily encode and decode json in your activerecords.
le0m/yii2-import
9 Downloads
An extension for the Yii2 framework to import data from files
latik/eloquence
296 Downloads
Flexible Searchable, Mappable, Metable, Validation and more extensions for Laravel Eloquent ORM.
keeguon/doctrator
55 Downloads
An ActiveRecord implementation (or not) with real and flexible behaviors for Doctrine2.
jumper423/with-join
29 Downloads
Package to convert Eloquent BelongsTo subqueries into one query with left join.
jimwins/titi
2577 Downloads
A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP, plus a lightweight ActiveRecord implementation
insolita/yii2-arsync
30 Downloads
This behavior for automatic or manual sync data between two models, without declaration relation. This behavior must be attached on master model. Main purposes - for sync rarely modified data from more reliable database storage to redis storage for frequently access; Support actual data state in some development cases;