Libraries tagged by sql server
doctrine/dbal
523646498 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
nette/database
5834237 Downloads
💾 Nette Database: layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.
aura/sql
2119914 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
mevdschee/php-crud-api
57331 Downloads
Single file PHP script that adds a REST API to a SQL database.
aura/sqlquery
2596619 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
foolz/sphinxql-query-builder
2023564 Downloads
A PHP query builder for SphinxQL. Uses MySQLi to connect to the Sphinx server.
nilportugues/sql-query-formatter
970157 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
ezsql/ezsql
40071 Downloads
Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.
yiisoft/db-mssql
66367 Downloads
MSSQL Server driver for Yii Database
opis/database
81243 Downloads
A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder
aura/sqlschema
218223 Downloads
Provides facilities to read table names and table columns from a database using PDO.
atlas/query
236653 Downloads
Object-oriented query builders and performers for MySQL, Postgres, SQLite, and SQLServer.
cakephp/datasources
285148 Downloads
CakePHP Datasources Plugin
staudenmeir/eloquent-param-limit-fix
136193 Downloads
Laravel Eloquent eager loading fix for parameter limits of SQLite and SQL Server
byjg/migration
73590 Downloads
Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.