Libraries tagged by fable
snicco/better-wpdb
21984 Downloads
Keeps you safe and sane when working with custom tables in WordPress.
setbased/php-audit
11400 Downloads
A tool for creating audit tables and triggers for logging data changes in a MySQL database.
san-kumar/laravel-crud
3392 Downloads
Laravel CRUD generator: Generate CRUD for any db table with the crud:generate command.
rs/laravel-version-control
6616 Downloads
Foundations for making your app version controlled. Provides migration, blueprint and base models. Will make your app GxP compliant if you exclusively use the VC models and table structure as set out in this package.
robinncode/db_craft
1828 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.
riesenia/persist-related-data
37569 Downloads
CakePHP ORM plugin for persisting selected fields of related tables
paxha/laravel-recursive-relationships
46021 Downloads
This Laravel Eloquent extension provides recursive relationships using common table.
orptech/laravel-migration-partition
20628 Downloads
Laravel extensions that extends Illuminate to enable partitioned table creation within Laravel migrations.
olliejones/index-wp-mysql-for-speed
1338 Downloads
Speed up your WordPress site by adding high-performance keys (database indexes) to your MySQL database tables.
muhdfaiz/laravel-tail-db
25755 Downloads
Provide artisan command to monitor realtime database query executed from the application. Able to automatically run explain command for each of query received.
mirzabusatlic/laravel-schedule-monitor
63055 Downloads
Monitor the output of scheduled tasks in a database table
metaregistrar/php-dns-client
5340 Downloads
A php-only, object-oriented client that is able to read and process DNS records
marcocesarato/sqlparser
36185 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
keinos/parsedown-toc
18297 Downloads
Table of Contents Extension for Parsedown, the Parser for Markdown.
keboola/php-csv-db-import
48146 Downloads
Handling of large bulk data into database tables.