Libraries tagged by database fields
avolle/cakephp-filterable
535 Downloads
CakePHP Plugin to add user-filters on results based on database fields
its-mieger/lara-db-ext
27 Downloads
Extension to laravel's database and ORM features, including model joins (SQL), multi column queries and prefixing for database fields
tesis/db-layer
12 Downloads
Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)
skachinsky/locale-translator
15 Downloads
Library for Laravel. For tables from the database, the required field is returned based on the current locale.
samrat131/column-sortable
19 Downloads
Sort laravel model view list by database column or field wise
pat/jsonupload
2 Downloads
Allows to Save files on database using json field in Laravel Framework
oriamdev/encryption-user-db-auth
1 Downloads
This package allows two way encryption on all critical fields inside database. Allows search by encrypted field.
saschati/yii2-value-object
133 Downloads
This extension will help you work with your fields in the database as objects by distilling them from scalar values into objects and vice versa.
k2gl/entity-exist
1326 Downloads
Checks if there is at least one row with the required field in the database, for example, a row with the same identifier
ibm/addressform
6 Downloads
Add a text field in shipping address (required field) and save the field in the database
garethnic/unique
8 Downloads
A Laravel package to make uuid fields in a database table
foodticket/laravel-efficient-uuid
91 Downloads
A package to extend Laravel migrations adding a more efficient storage of UUID fields in your database
yazeedobaid/jsonable
11 Downloads
Eloquent like style for quering a JSON field in a MYSQL database
urameshibr/pg-interval-support
55 Downloads
Support for interval field type in PostgreSQL databases.
santoshachari/generators
59 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.