Libraries tagged by database model
diontech/laravel-extended-scheduler
1609 Downloads
This package allows you to configure the scheduled tasks of the app via (database) model. It was developed to avoid handling theseconfigurations via a config file only, cause then we cannot share the same repo to n server instances when running different tasks is needed at each server.
brianfp/lumen-world
3367 Downloads
Provide countries, states, and cities models database.
always-open/laravel-graphql-schema-generator
2688 Downloads
Generate GraphQL schema from existing Laravel models/database
mintbridge/eloquent-auditing
5729 Downloads
An eloquent package for recording model events to a database
allegiance-group/nested-set
2191 Downloads
PHP library for manipulating and retrieving database records using nested set model technique to represent tree data structure
tgozo/laravel-codegen
130 Downloads
A Laravel Code Generator to help you get started with a lot of staff including generating Migrations, Models, Controllers, Factories, Routes, Views, Database Seeders and Request Validation Rules.
digitalmanagerguru/laravel-json-fields
1620 Downloads
A package to work with database JSON fields with laravel eloquent Models.
froog/silvergraph
5731 Downloads
Generates data model visualisations from SilverSripe DataObjects, displaying database fields, relations and ancestry
slivka-b/laravel-translatable
226 Downloads
[fork] The package provides possibility to translate your Eloquent models into different languages using a single database table.
mjkhajeh/wporm
102 Downloads
WPORM is a lightweight, Eloquent-inspired ORM for WordPress plugins and themes. It provides expressive, fluent query building, model relationships, schema management, attribute casting, and event hooks—while fully supporting the WordPress database API and table prefixing. WPORM makes it easy to build modern, maintainable database code in any WordPress project.
ironbound/db
819 Downloads
Provides models and custom query objects for custom database tables in WordPress.
dewan/dewan-multilang-slug
271 Downloads
It takes a string, a model, a filed, and a divider, and returns a unique string with a number or random string appended to it if the slug already exists in the database.
burn/yii2-db-archiver
6489 Downloads
DbArchiver archive and restore old data from DB to file by Yii2 ActiveRecord models. For big tables allow direct file export from MySQL database(fast archiving, but file save only on MySQL server drive)
bullhorn/fast-rest
7898 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
bertugfahriozer/ci4commonmodel
315 Downloads
With the codeigniter 4 database builder, I combined the general methods I used for myself into a single model.