Libraries tagged by sql driver
prefeituravitoria/mssql-bundle
93 Downloads
Microsoft SQL Server Bundle for Symfony 2
francerz/sqlsrv-builder
12 Downloads
Microsoft SQL Server driver for francerz/sql-builder
pipa/data-mssqlodbc
26 Downloads
SQL Server (ODBC) driver package for the Pipa Framework
f3rland/homestead-mssql
314 Downloads
A virtual machine for web artisans that include drivers for SQL Server.
trooney/mssql-bundle
789 Downloads
Driver for work with Microsoft SQL Server using PDO_DBLIB
andrewlamers/eloquent-rest-bridge
248 Downloads
A connection driver for eloquent that forwards sql statements over HTTP and returns the data back into an eloquent model.
reinanhs/sqlcommenter-hyperf
42 Downloads
SQLCommenter implementation for Hyperf. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver and opentelemetry traceparent.
googletest/sqlcommenter-laravel
4 Downloads
SQLCommenter implementation for Laravel. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver, route and opentelemetry traceparent.
shipmonk/doctrine-hint-driven-sql-walker
31898 Downloads
Doctrine's SqlWalker that allows hooking multiple handlers via ->setHint() while each can edit produced SQL or its part.
as247/wp-eloquent
17967 Downloads
Eloquent ORM for wordpress.
getdkan/sql-parser
62480 Downloads
A state-machine-driven parser and validator for SQL-like strings.
xeoncross/kit
7 Downloads
Small, simple, diverse PHP Toolkit for quick prototyping
prappo/wp-eloquent
118 Downloads
Eloquent ORM for wordpress.
invincible-tech-systems/easeampmysql
46 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.
diversen/minimal-query-builder
526 Downloads
A simple and very basic query builder class, which should support any database supported by PDO.