Libraries tagged by mysql-database
kreitje/l4-schemad-migrations
10 Downloads
Generate a schema file for Laravel migration with a MySQL database.
koalaphp/database
6 Downloads
KoalaPHP MySQL Database Component
klintlili/easier-databases
3 Downloads
Base is a simple library that makes it easier to work with mysql databases in PHP
jlanger/database
83 Downloads
mysql-database handler
jiny/mysql
83 Downloads
jinyPHP Mysql Database
jbirch8865/databaseclass
3 Downloads
Database PHP class for interacting with a mysql database
jbirc/database-class
2 Downloads
Database PHP class for interacting with a mysql database
jabarihunt/mysql-model-builder
63 Downloads
A class that builds usable models based on your MySQL database tables.
jabarihunt/mysql
81 Downloads
A simple class that handles MySQL database instances with support for both TCP and Socket connections. I created this class as a standard way to interact with MySQL databases from within other projects with very low overhead. I will personally use it as a dependency in those projects, but it's perfectly capable of being used as a standalone handler.
j-angnoe/simpleschema
18 Downloads
Sync mysql database schemas with file based schemas.
ivmoiseev/dbprovider
10 Downloads
Simple data provider for MySQL Database. Uses MySQLi or PDO.
itrnka/ha-mysqli-middleware
10 Downloads
MySQLi middleware for ha framework. Provides access to MySQL databases. Query builder is also included.
invincible-tech-systems/easeampmysql-halite
21 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking all basing upon amphp/mysql package. Additional checks are supported in terms of facilitating creation and verification of row level digital signature for different database tables along with creation of blind indexes of data in encrypted db columns, using easeappphp/ea-halite package.
invincible-tech-systems/easeampmysql
63 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking way. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too, all basing upon Amphp, an event driven concurrent framework in php and its Amphp\Mysql package.
incapption/load-balanced-cron-task
509 Downloads
Distributes cron jobs among identical webservers based on a single remote mysql database.