Libraries tagged by form to database
rotexsoft/versatile-collections
5618 Downloads
A collection package that can be extended to implement things such as a Dependency Injection Container, RecordSet objects for housing database records, a bag of http cookies, or technically any collection of items that can be looped over and whose items can each be accessed using array-access syntax or object property syntax.
rinvex/laravel-tenants
3375 Downloads
Rinvex Tenants is a contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.
mouf/utils.action.action-interface
366357 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
ianrothmann/laravel-model-convention
4629 Downloads
A Model Trait to override standard laravel 5 model conventions for use with larger scale databases
corp-soft/laravel-fixtures
1267 Downloads
Laravel Fixtures are used to load a 'fake' set of data into a database that can then be used for testing
allegiance-group/nested-set
2074 Downloads
PHP library for manipulating and retrieving database records using nested set model technique to represent tree data structure
cortex/tenants
2960 Downloads
Cortex Tenants is a frontend layer for the contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.
josantonius/database
427 Downloads
Library for SQL database management to be used by several providers at the same time.
selli/laravel-gdpr-consent-database
4 Downloads
A simple consent database for laravel applications to manage GDPR consents
kevintweber/ktw-database-menu-bundle
29225 Downloads
Symfony bundle for extending KnpMenuBundle to store menu items in a database.
szemul/database
2375 Downloads
Simple wrapper for PDO to make it easier to use and easier to mock
sweetmancc/mysql-trigger-for-laravel-migration
64 Downloads
A package to add database trigger to laravel migrations
imokhles/map-drawing-field-for-backpack
10 Downloads
Draw coordinates and save the values easily to your database using Google Map API v3 for Backpack for Laravel
mouf/database.patcher
85064 Downloads
A database patch system designed for Mouf than enables developers to know what patch has been run and what needs to be run on its environment. This package adds database support to the Mouf patch system (mouf/utils.patcher).
sunnysideup/databasebackup
82 Downloads
Backup, download or restore an entire database from within the Silverstripe CMS. Great for copying data from Live to Test or making a backup before a big change.