Libraries tagged by database config
mb4it/laravel-dbtodb-migration
344 Downloads
Laravel artisan command to migrate data between database connections (1 source → N targets) with configurable table/column mapping, chunking, and optional profiling logs.
worldesports/laravel-auto-tenancy
0 Downloads
Laravel package for post-authentication multi-tenancy with per-tenant database isolation and automatic connection switching
webisters/app
53 Downloads
Webisters App Project
tobytwigger/laravel-settings
11885 Downloads
Settings for Laravel
portrino/px_dbsequencer
8305 Downloads
With this extension you can ensure different unique keys for the configured tables (e.g.: pages, tt_content)
egough/laravel-settings
965 Downloads
Database-backed application and model settings for Laravel.
genai/sql-mapper
161 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.
linkorb/connector
6590 Downloads
Database connection config resolver
thomasjohnkane/slow-query-notifier
112 Downloads
Get notified if your Laravel app ever runs an objectively slow database call (configurable threshold)
marventhieme/laravel-authorization-logger
369 Downloads
A Laravel package for logging authorization denials with user context, policy information, and configurable drivers (Ray, Database, Log).
somebdyelse/coderef
2791 Downloads
TYPO3 Extension that allows to reference database records in the site configuration
futuretek/yii2-options
12833 Downloads
This extension provide application configuration support stored in database.
swiftotter/driver-magento2
9314 Downloads
The basic set of configurations for transforming Magento 2 databases using Driver
genai/session
128 Downloads
Session component with pluggable storage: native files (default), a project file dir (cache/session), or a database (PDO). A small Session API over native PHP sessions; a SessionStore save-handler decides where the data lives. Driver chosen from the [session] config group. PHP 5.3-safe runtime.
core45/laravel-cookieconsent
38 Downloads
Laravel wrapper for orestbida/cookieconsent: PHP-first config, lang-file i18n, server-side consent reads, script gating, iframemanager, and a database consent audit trail.