Libraries tagged by Databses
nedwors/hopper
96 Downloads
Hopper lets you move between your local Laravel databases with ease, preserving data and easing development
nanbando/mysql
4943 Downloads
Nanando-Plugin to backup mysql databases
mysql/schematic
725 Downloads
A simple MySQL migration management tool in PHP, create and update databases automatically with a config json file without having to use inbuilt ORM functions.
mouf/database.dbconnection
32061 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
migliori/php-pdo-database-class
305 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
metisfw/database-utils
7041 Downloads
Utilities for work with databases
memclutter/php-dbf
1914 Downloads
Some php classes for easy work with dBase databases.
lucinda/nosql-data-access
20908 Downloads
API abstracting communication with NoSQL key-value store databases through a PDO-like structure
lobotomised/dbbackup
4592 Downloads
A databases backup tools for laravel
lion/database
953 Downloads
Package in charge of the generation and execution of processes with databases
kodus/db-cache
17363 Downloads
PSR-16 cache-implementation for SQL databases
kabachello/phpolapi
2010 Downloads
A PHP API for XMLA to connect to OLAP databases
jtrw/dao-dbal-adapter
270 Downloads
Data Access Object for fork with DataBases
jtrw/dao
3308 Downloads
Data Access Object for fork with DataBases
jlapp/smart-seeder
3075 Downloads
Smart Seeder adds the same methology to seeding that is currently used with migrations in order to let you seed in batches, seed to production databases or other environments, and to rerun seeds without wiping out your data.