Libraries tagged by php mysql sql
evosoftcz/dibi
6898 Downloads
Dibi is Database Abstraction Library for PHP
gemini/php-mysql-replication
11 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
peterujah/php-search-controller
47 Downloads
Php advance mysql database search to perform search operations.
dazzle-php/mysql
61 Downloads
Dazzle Asynchronous MySQL.
vuduythanh2020/mysql-replication
3272 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
tsukasa/php-sql-parser
14886 Downloads
A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL
michabbb/php-sql-parser
2171 Downloads
A fork of greenlion/php-sql-parser - A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL
davcs86/php-mysqlimporter
4438 Downloads
PHP class for importing big SQL files into MySQL.
dzasa/maratus-php-backup
10 Downloads
Backup different types databases(Couchdb, MongoDB, MySQL, PostgreSQL, Redis, Riak, SQLite) on local or remote to Google Drive, Dropbox, Copy, FTP etc.
arthurhoaro/simple-php-messaging-service
2103 Downloads
SimplePMS is a PHP message service with database backend using SQLite, PostgreSQL or MySQL
rotexsoft/sqlschema
1319 Downloads
Provides facilities to read table names and table columns from a database using PDO. This package is a fork of https://packagist.org/packages/aura/sqlschema ( https://github.com/auraphp/Aura.SqlSchema ). It adds PHP 8.1+ suport and is also designed to work with Mariadb 10.4+ and above.
kristijorgji/db-to-php
3483 Downloads
A library to generate application code based on database definition.
eaudeweb/mysqldump-php
504 Downloads
PHP version of mysqldump cli that comes with MySQL
davmixcool/php-dbcloud
1517 Downloads
Easily backup PostgreSql or MySql database to the cloud
craftblue/simple-sql
26 Downloads
SimpleSql is a wrapper around PHP's PDO and is intended to be an easy to use drop-in for your projects. It abstracts away the atrocities of querying by using common methods while still giving you full control of your queries