Libraries tagged by mysql-database
spfalz/db_mysqli
19 Downloads
MySQL database class using the mysqli extension
soldevelop/multithread
0 Downloads
MultiThread is a library which allows multiple to write to one sqlite database, this library would be helpful for developers who dont want to buy MySQL database
sohris/reactphp-mysql
6 Downloads
A ReactPHP-based repository for creating asynchronous and parallel connections to MySQL databases
softon/mysqli-dbclass
12 Downloads
A simple Object Oriented approach for accessing Mysql Databases.
sm9sh/imdb-parser
8 Downloads
Simple parser for free IMDB datasets to mysql database
sibertec/data
6479 Downloads
Sibertec.Data is a small, easy to use PHP library that manages connections to MySQL databases, and also can act as an Object Relational Mapper.
shivanraptor/php-db-manager
105 Downloads
Modern PHP wrapper for MySQL database with prepared statements and connection pooling
sebaperez/phpdatasaver
19 Downloads
Allows to easily save data in a mysql database
sclzzhanghaijun/db_schema
2 Downloads
mysql database schema
schtr4jh/dbsync
12 Downloads
Useful PHP package for syncing MySQL database tables between databases. Specially useful when you have to sync preprod database with prod, migrate some changes or simply want to see data differences.
sanjeev-kr/laravel-mysqlbackup
27 Downloads
Laravel package to create MySql database backup in .sql or .sql.gz
rstoetter/ctabledependencymanager-php
12 Downloads
the repository rstoetter\ctabledependencymanager-php helps you to keep track of the various table dependencies in a mysql database. It is able to find dependencies, which last over several tables between and to find dependencies with self-referring tables
rstoetter/ckeycolumnusagetree-php
23 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.
rhuett/csvie
59 Downloads
Csvie is a simple CSV file parser made for Laravel. Csvie is based on LeagueCSV, and can quickly import data to, and export data from, a MySQL database. It also gives you a handy abstract class for quickly sanitizing and scrubbing your CSV files prior to insertion.
rhlegacy/mysql-connector
12 Downloads
This library assists with easily communicating with a mysql database.