Libraries tagged by sqlserver
sebudesign/laravel-sql-server-grammar
1405 Downloads
An optimized SQL Server Grammar for Laravel & Lumen
aymanelarian/laravel-sqlserver-extender
289 Downloads
Extend SQL Server Grammar for Laravel & Lumen to fix migration
techscope/laravel-sqlserver
2079 Downloads
Use ODBC to connect with your SQL Server instances from Laravel 5+
starbloom/drush-sqlserver-driver
448 Downloads
Add Microsoft SQL Server for Drush by adding sql:cli/query/create/etc commands. Dump and sync are not supported. Please use Microsoft SQL Management Studio to generate DB scripts instead.
martinezart87/laravel-sql-server-custom-connector
314 Downloads
This package fix Fatal error: Uncaught PDOException: SQLSTATE[IMSSP]: An invalid attribute was designated on the PDO object in PHP 8.1.22, 8.2.9, 8.3.0
tebe/pdo
20 Downloads
Provides an extension to the native PDO along with additional functionality.
rotexsoft/sqlschema
857 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.
ramadan/custom-fresh
131 Downloads
A Laravel package to specify the tables that you do not want to drop while refreshing the database.
epaphrodites/epaphrodites
377 Downloads
Epaphrodites framework seamlessly combines simplicity with robust compatibility across PHP, C, and Python, providing strong support for multiple databases while adhering to open-source principles.
bitendian/tbp
3694 Downloads
Light framed PHP library
salvatorecervone/backup-database
41 Downloads
This package manage backup-database
kenlog/database-custom
52 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
theodorejb/peachy-sql
5385 Downloads
A high-performance query builder and runner for PHP
masnathan/sql-query-formatter
1765 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.