Libraries tagged by db tools
interconnectit/search-replace-db
104967 Downloads
A PHP search replace tool for quickly modifying a string throughout a database. Useful for changing the base URL when migrating a WordPress site from development to production.
bvanhoekelen/performance
710298 Downloads
PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.
makinacorpus/db-tools-bundle
59635 Downloads
A set of Symfony commands to dump/restore/anonymize database
tebazil/db-seeder
197549 Downloads
Simple to use PHP db seeding tool that uses faker generators
brick/db
144005 Downloads
Database tools library
markstory/acl_extras
305709 Downloads
Additional tools for managing DB ACL in CakePHP applications.
robinncode/db_craft
1530 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.
db-tools-bundle/pack-fr-fr
7870 Downloads
A pack of anonymizers for fr-FR locale
g4/db-tools
42222 Downloads
Database migration related tools
towa/spryker-db-dump
20105 Downloads
Spryker DB Dump Tool
lastzero/test-tools
42605 Downloads
Increases testing productivity by adding a service container and self-initializing fakes to PHPUnit
axelerant/db-docker
26991 Downloads
Support tools for Database as docker images.
ingenerator/phinx-lightweight
14404 Downloads
Very simple SQL-based database migrations tool - a heavily stripped down fork of robmorgan/phinx
google/sqlcommenter-laravel
74951 Downloads
SQLCommenter implementation for Laravel. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver, route and opentelemetry traceparent.
sencerhan/laravel-db-tools
208 Downloads
Generate Laravel migration and seeder files from existing database tables. Easily create migrations and seeders with a single command.