Libraries tagged by Multiple databases
bayfrontmedia/simple-pdo
1386 Downloads
A simple and secure database abstraction layer which utilizes the PDO interface and supports working with multiple databases.
imt/doctrine-migrations-multi
755 Downloads
This repository provides a simple script that adds the ability to use Doctrine Migrations with more than one (multiple) connection (database).
lagdo/dbadmin-app-symfony
9 Downloads
A web based database management tool with multiple DBMS support.
lagdo/dbadmin-app-slim
8 Downloads
A web based database management tool with multiple DBMS support.
lagdo/dbadmin-app-laravel
7 Downloads
A web based database management tool with multiple DBMS support.
kalel1500/laravel-db-sync
84 Downloads
A Laravel package for syncing database tables and data across multiple connections.
ronpinkas/dbbridge
3 Downloads
An abstraction bridge between multiple SQL dialects using PDO (native and ODBC) drivers.
mcrm/laravel-connection-storage
325 Downloads
Flexible Laravel package for managing external database connections with Redis cache and HTTP API fallback. Supports customizable DTOs and multiple connection types for microservices architecture.
mbolli/phoenix
205 Downloads
Database Migrations for PHP
masitings/laravel-migration-squash
8 Downloads
Combine multiple Laravel migration files into consolidated migrations per table with schema verification
icecave/manifold
157 Downloads
A PDO compatible facade for multi-tiered MySQL replication sets.
frankfoerster/cakephp-environment
9053 Downloads
CakePHP Environment Plugin. Manage multiple environments in your CakePHP application that differ in database setup, configuration settings (Configure) and custom feature flags.
risetechapps/code-generate
683 Downloads
Generate sequential codes for Laravel Eloquent models with support for prefixes, reset patterns, and multiple database drivers
iamdevice/codeception-multidb
93842 Downloads
Codeception extension for work with multiple databases
halimzidoune/query-macro-helper
4 Downloads
A Laravel package that extends the Query Builder, allowing you to create custom macros to work with different database drivers easily. Instead of using raw DB::raw() statements and checking the current driver each time, this package simplifies working with multiple databases. It makes your code cleaner, easier to read, and more organized, all while being fully compatible with all Laravel-supported database drivers.