Libraries tagged by databse settings
austinheap/laravel-database-encryption
75908 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
bscheshirwork/codeception-db-yii2-config
42051 Downloads
Connection 'Db' codeception module to 'Yii2' module database settings
dalholm/laravel-settings
445 Downloads
Database settings package for Laravel
bravesheep/database-url-bundle
38364 Downloads
Determine Symfony2 database settings from a single URL-based parameter
ibraheem-ghazi/laravel-settings-manager
131 Downloads
Laravel settings management package using database and laravel config()
tobytwigger/laravel-settings
10880 Downloads
Settings for Laravel
netbull/settings-bundle
2827 Downloads
Database centric Symfony configuration management. Global and per-user settings supported.
mobilestock/laravel-database-interceptor
1673 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.
enflow/laravel-database-encryption
1487 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
daycry/settings
4247 Downloads
Settings library for CodeIgniter 4
arcanedev/settings
4504 Downloads
Persistent settings for Laravel.
frankfoerster/cakephp-environment
8954 Downloads
CakePHP Environment Plugin. Manage multiple environments in your CakePHP application that differ in database setup, configuration settings (Configure) and custom feature flags.
toneflix-code/laravel-dbconfig
304 Downloads
A Laravel package that allows you to configure your app using database entries with support for Arrays and files.
robinncode/db_craft
605 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
igaster/laravel-model-options
722 Downloads
Store an Options array in a JSON column. Get/Set values as if they were seperate keys in the Database