Libraries tagged by Databses
nedwors/hopper
100 Downloads
Hopper lets you move between your local Laravel databases with ease, preserving data and easing development
nanbando/mysql
5393 Downloads
Nanando-Plugin to backup mysql databases
mysql/schematic
728 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
32598 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.
metisfw/database-utils
8074 Downloads
Utilities for work with databases
lucinda/nosql-data-access
23389 Downloads
API abstracting communication with NoSQL key-value store databases through a PDO-like structure
lobotomised/dbbackup
5115 Downloads
A databases backup tools for laravel
lion/database
3257 Downloads
Package in charge of the generation and execution of processes with databases.
kevinpirnie/kpt-database
69 Downloads
A modern, fluent PHP database wrapper built on top of PDO, providing an elegant and secure way to interact with MySQL databases
juniora/laravel-querymonitor
222 Downloads
Laravel QueryMonitor is a package for Laravel that allows you to monitor and log:Slow SQL Queries: Monitors the actual execution time of SQL queries on the database.Slow Eloquent Methods: Monitors the total time taken by Eloquent methods, including PHP processing.
juampynr/syncdb
34956 Downloads
Import and export large Drupal databases faster using Drush.
jtrw/dao-dbal-adapter
2003 Downloads
Data Access Object for fork with DataBases
jtrw/dao
5174 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.
jelix/database
2877 Downloads
Lightweight PHP abstraction layer to access and query SQL databases, with an API to inspect and modify databases schema.