Libraries tagged by database
doctrine/skeleton-mapper
9625 Downloads
The Doctrine SkeletonMapper is a skeleton object mapper where you are 100% responsible for implementing the guts of the persistence operations. This means you write plain old PHP code for the data repositories, object repositories, object hydrators and object persisters.
doctrine/doctrine1
101051 Downloads
PHP 5 Doctrine1 Object Relational Mapper (ORM)
dizda/cloud-backup-bundle
131272 Downloads
Be able to backup your database(s) and upload it to the cloud (Dropbox, CloudApp, GoogleDrive, etc.)
dg/dibi
101264 Downloads
Dibi is Database Abstraction Library for PHP
davidbadura/fixtures-bundle
120898 Downloads
A Symfony2 bundle to load yaml, json and toml fixtures. Easy extendable, resolve object dependency and validate objects.
caneara/triggers
7374 Downloads
A package to add database trigger support to Laravel
alexandret/doctrine2-spatial
125937 Downloads
Doctrine2 multi-platform support for spatial types and functions
aerospike/aerospike-client-php
662063 Downloads
The Aerospike PHP client as a C-extension for PHP7
yiiext/migrate-command
169821 Downloads
This is an enhanced version of the Yii Database Migration Tool that adds module support and many more usefull features.
vectorifyai/vectorify-laravel
2383 Downloads
Vectorify package for Laravel. The fastest way to ask AI about your data.
tomatophp/filament-tenancy
2170 Downloads
Tenancy multi-database integration for FilamentPHP
salehhashemi/laravel-repository
8118 Downloads
Implementing the repository pattern for Laravel projects.
saasscaleup/laravel-n-plus-one-detector
424 Downloads
Real-time detection and resolution of N+1 query issues for Laravel applications. Support now Laravel 11
runcmf/runtracy
70615 Downloads
Slim Framework Debugger
robinncode/db_craft
2085 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.