Libraries tagged by sql-server
rmunate/sql-server-lite
447 Downloads
Conexión PDO a SQLServer desde PHP estructurado o Laravel
techscope/laravel-sqlserver
2089 Downloads
Use ODBC to connect with your SQL Server instances from Laravel 5+
tebe/pdo
22 Downloads
Provides an extension to the native PDO along with additional functionality.
rotexsoft/sqlschema
1307 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.
magslabs/laravel-storedproc
212 Downloads
A fluent Laravel package for calling stored procedures with support for OUTPUT parameters, pagination, and transactions.
machaven/laravel-sqlserver
3928 Downloads
Use ODBC to connect with your SQL Server instances from Laravel 5+
kenlog/database-custom
103 Downloads
A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder. This is a custom version of opis/database with updates for PHP 8 compatibility.
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
ankapix/phalcon4-sqlsrv
284 Downloads
Microsoft SQL Server (PDO) database adapter for the Phalcon 4 framework
soupmix/base
998 Downloads
Simple database abstraction layer adapters collection to handle CRUD operations.
masnathan/sql-query-formatter
1835 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
rui_mashita/laravel-dblib-odbc-sqlserver
1773 Downloads
PDO DBLIB or PDO ODBC SQL Server Driver for Laravel 4
mediamonks/mssql-bundle
35087 Downloads
Symfony Bundle for working with Microsoft SQL Server on *nix (dblib) and Windows (sqlsrv) with UTF-8 and transactions support
endeavors/sqlserver-moment
134 Downloads
A simple package to assist in converting datetimes for sql server
kodus/sql-splitter
25471 Downloads
A simple facility to split SQL files into individual queries - supports MySQL, PostgreSQL and Microsoft SQL Server