Libraries tagged by php mysql sql
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.
rizkussef/laravel-sql-to-migration
8 Downloads
A Laravel package to convert raw SQL CREATE TABLE statements into Laravel migrations automatically.
ludal/mysql-querybuilder
765 Downloads
A simple PHP query builder for SQL queries
kristijorgji/db-to-php
3477 Downloads
A library to generate application code based on database definition.
eaudeweb/mysqldump-php
347 Downloads
PHP version of mysqldump cli that comes with MySQL
davmixcool/php-dbcloud
1506 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
theodorejb/peachy-sql
5386 Downloads
A high-performance query builder and runner for PHP
phuria/sql-builder
162 Downloads
Lightweight PHP Query Builder primarily focused on building reusable SQL queries.
masnathan/sql-query-formatter
1772 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
brightflair/php.gt
1918 Downloads
Rapid development engine.
greg-md/php-orm
386 Downloads
A powerful ORM(Object-Relational Mapping) for PHP.
chamamme/noquery
40 Downloads
A database query builder aimed at code beautification by minimizing the use of raw SQL in codes. NoQuery currently supports MySQL, Firebird & Interbase, PostgreSQL, SQLite3, Oracle, Microsoft SQL Server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase, Sybase SQL Anywhere, generic ODBC and Microsoft's ADO due to its leverage on ADODB
squirrelphp/connection
81 Downloads
Slimmed down concise connection interface for database queries and transactions supporting MySQL, MariaDB, PostgreSQL and SQLite.
sanderheijselaar/ezpdo
1128 Downloads
A simple PHP PDO class for MySQL