Libraries tagged by form to database
cortex/tenants
2946 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.
drago-ex/database
4111 Downloads
Connecting to database for Nette Framework
symbiote/php-wordpress-database-tools
24 Downloads
A set of classes for connecting to a Wordpress database and querying it. The point of this library is to easily and effeciently iterate over Wordpress data and import into other CMS systems.
yukata-roommate/database
5 Downloads
Easy to use database for PHP
waelwalid/laravel-database-sync
301 Downloads
Helper scripts to quickly synchronise a local MySQL database with a remote database, as well as prepare a local database for deployment to a remote server.
josantonius/database
423 Downloads
Library for SQL database management to be used by several providers at the same time.
szemul/database
2323 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
7 Downloads
Draw coordinates and save the values easily to your database using Google Map API v3 for Backpack for Laravel
zssarkany/laravel-database-sticky-timezone
169 Downloads
Service for keeping database connection timezone synchronized to PHP default timezone
almacil/php-database
468 Downloads
A simple flat file database designed to persist data using just PHP and flat files. Perfect solution when no other database is available or for small projects.
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.
dodsoftware/dynamic-field-hints-for-backpack
156 Downloads
Easily add field hints to Backpack CRUD fields from database comments.
pentagonal/database-dbal
149 Downloads
Just to extend `Doctrine DBAL` in an easier way for `lazy people`
kenlog/database-custom
21 Downloads
A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder. This is a custom version of opis/database with updates for PHP 8 compatibility.