Libraries tagged by database management
tatter/schemas
22871 Downloads
Database schema management, for CodeIgniter 4
miroc/laravel-adminer
90731 Downloads
Adminer (by Jakub Vrana) wrapper for Laravel 5
mhasnainjafri/cpanel
6679 Downloads
Laravel CPanel API Library for Managing cPanel Functionalities
gilbitron/pico
125 Downloads
Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the "content" folder and that becomes a page.
aranyasen/laravel-adminer
80457 Downloads
Adminer (by Jakub Vrana) wrapper for Laravel 9+
cuonggt/laravel-dibi
6987 Downloads
An elegant GUI database management tool for your Laravel applications.
vgarvardt/zf-simple-migrations
20038 Downloads
Module for database migrations management.
thewunder/corma-dbal
1024 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
realrashid/plan-craft
329 Downloads
Transforming Laravel Plans Management. Break free from conventional database storage constraints.
picocms/pico-composer
20049 Downloads
Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the "content" folder and that becomes a page.
omaralalwi/lexi-translate
266 Downloads
Laravel translation package with morph relationships and caching.
easy2dev/multi-tenant-wizard
220 Downloads
Easy2Dev Laravel Tenant Migrate is a Laravel package designed to simplify database migration for multi-tenant applications, particularly those employing PostgreSQL databases. This package streamlines the migration process for Software as a Service (SaaS) web applications where tenant data is stored in separate databases. It eliminates the need to manually adjust database configuration files for each tenant, offering a scalable solution for database management.
emagicone/module-connector
48070 Downloads
Install Magento Store Manager Connector module to fluently connect Store Manager desktop application to Magento database. Increase speed of data management, take advantage of simplicity and reliability with all-in-one Store Manager via Magento Store Manager Bridge Connector.
migliori/php-pdo-database-class
412 Downloads
The DB class is a database abstraction layer that provides a simple, consistent interface for interacting with different types of databases. It handles connection management, query execution, pagination and result processing
robinncode/db_craft
590 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.