Libraries tagged by mysqli library
coderatio/simple-backup
5847 Downloads
A simple mysql database backup library for php.
phlib/schema-change
31457 Downloads
Library for performing MySQL DDL operations, using either simple SQL or Percona Tools Online Schema Change
n0nag0n/simple-job-queue
1207 Downloads
A simple library for interfacing with other job queue providers that gives you plenty of flexibility. Currently supports MySQL
byjg/migration-cli
22046 Downloads
Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.
kodols/php-mysql-library
26375 Downloads
A Simple MySQL Library for PHP
yiisoft/mutex-pdo-mysql
7068 Downloads
Yii Mutex Library - MySQL PDO Driver
zjkal/mysql-helper
518 Downloads
一个便捷的MySQL导入导出的助手类库。 a mysql import and export helper library.
kohkimakimoto/lib-migration
33113 Downloads
LibMigration is a minimum database migration library and framework for MySQL.
webfiori/database
32676 Downloads
Database abstraction layer of WebFiori framework.
riverside/php-orm
912 Downloads
PHP ORM micro-library and query builder
hi/sqlquery
1203 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
activecollab/databaseobject
16579 Downloads
Library that enables easy persistance of objects to the MySQL 5.7+ database
cahkampung/landa-db
6502 Downloads
Mysql POD library
savvii/ssh-tunnel
1463 Downloads
Small library to create an SSH tunnel, for example for MySQL
mobilestock/laravel-database-interceptor
6587 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.