Libraries tagged by database sort
rstoetter/ckeycolumnusagetree-php
25 Downloads
The class cKeyColumnUsageTree represents a sorted collection of the key column usage of a mysql database. The main purpose of the class is to determine the dependencies of the tables among each other: The class is able to find dependency paths of more than two tables, when another tables are involved. Dependencies which include self referencing tables are considered, too.
jbreeze/jbreeze
11 Downloads
This project provides powerful and flexible methods to manipulate JSON datasets. It allows you to perform common database-like operations on JSON data files or raw JSON strings, including filtering, selecting, inserting, updating, and deleting records, as well as sorting and handling nested data.
charm/recordset
6 Downloads
A library for filtering and sorting rows of data from different sources like database tables, arrays, APIs or CSV files.
mdsimpson/contact-form-7-to-database-extension
15689 Downloads
Plugin that saves contact form submissions to your WordPress database and provides and administration page and shortcodes to view and display the data.
artemeon/database
76403 Downloads
Database access layer for the AGP@ARTEMEON software suite.
sorskod/db
7922 Downloads
PDO wrapper. Extends PDO and PDOStatement with useful methods.
softinklab/laravel-keyvalue-storage
5227 Downloads
Key-Value Storage for Laravel using Database or JSON File
softheroes/migratable-seeder
4614 Downloads
Versioned, environment-based Seeders in Laravel. Seed your database with the right data for the right environment.
ayles-software/laravel-mysql-s3-backup
21105 Downloads
Backup the MySQL database of your Laravel app to Amazon S3
easy2dev/multi-tenant-wizard
310 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.
softinvest/dbwrap
696 Downloads
DataBase Wrapper
smrtr/mysql-version-control
1380 Downloads
A crude version control system for mysql written in php
sbamtr/laravel-auto-hard-deleter
180 Downloads
Laravel Auto Hard Deleter
surt/granada
1364 Downloads
Active Record / ORM with eager loading, lazy loading and more
corp-soft/laravel-fixtures
1320 Downloads
Laravel Fixtures are used to load a 'fake' set of data into a database that can then be used for testing