Libraries tagged by simple active record
primal/record
9 Downloads
Simple and portable Active Record implementation for PDO.
icehrm/php-active-record
22 Downloads
Simple PHP library to access databases using active record pattern
syan/active-record
7 Downloads
Micro Active Record library in PHP, support chain calls, events, and relations.
olveneer/active-record-bundle
10 Downloads
Implements the active record system into doctrine
efoft/active-records
24 Downloads
Helper classes to manipulate DB records with single set of simple commands.
vitalyspirin/simplephpactiverecord
38 Downloads
Extension of PHP ActiveRecord with added automatically generated validators
localgod/php-tick
18 Downloads
Simple active record implementation
vtvz/yii2-relations
24 Downloads
Support simple ActiveRecord relations
willry/querybuilder
32 Downloads
Um query builder simples e fácil de usar, abstraindo a utilização do PDO de forma produtiva e segura com filtragem dos dados.
prochst/bs-orm
1 Downloads
Simple, lightweight ORM for PHP with multi-language support, relations, and migrations
earlybirdmvp/foundry
53 Downloads
A simple but powerful CRUD tool for Laravel
matthew-p/yii2-toggle-column
475 Downloads
Simple widget for toggle model column in grid view
vaibhavpandeyvpz/datum
35 Downloads
A simple Active Record ORM for PHP built on top of databoss
patbator/storm
10 Downloads
Simple Active Record ORM with easy testing capabilities
roy404/eloquent
254 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.