PHPackages                             martinezart87/laravel-sql-server-custom-connector - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. martinezart87/laravel-sql-server-custom-connector

ActiveLibrary[Database &amp; ORM](/categories/database)

martinezart87/laravel-sql-server-custom-connector
=================================================

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

1.0.4(2y ago)17071MITPHPPHP &gt;=8.1.22|&gt;=8.2.9|&gt;=8.3.0

Since Sep 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/martinezart87/laravel-sql-server-custom-connector)[ Packagist](https://packagist.org/packages/martinezart87/laravel-sql-server-custom-connector)[ Docs](https://github.com/martinezart87/laravel-sql-server-custom-connector)[ RSS](/packages/martinezart87-laravel-sql-server-custom-connector/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

laravel-sql-server-custom-connector
===================================

[](#laravel-sql-server-custom-connector)

This package fix error:

`Fatal error: Uncaught PDOException: SQLSTATE[IMSSP]: An invalid attribute was designated on the PDO object`

We are waiting for an official hotfix: [microsoft/msphpsql#1474](https://github.com/microsoft/msphpsql/issues/1474)

The official PHP driver patch for SQL Server has been released. There is no need to install this package if you decide to update the driver:

Installation
------------

[](#installation)

`composer require martinezart87/laravel-sql-server-custom-connector`

Edit AppServiceProvider
-----------------------

[](#edit-appserviceprovider)

At Your Laravel project open App\\Providers\\AppServiceProvider.php add folowing line:

`use Martinezart87\CustomSqlServerConnector\CustomSqlServerConnector;`

And add into register method following line:

`$this->app->bind('db.connector.sqlsrv', CustomSqlServerConnector::class);`

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1026d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c8cec54e905f44cd714699f06876cf9b36e0f74b0e8e586fd95b5d58cd0ea333?d=identicon)[martinezart87](/maintainers/martinezart87)

---

Top Contributors

[![martinezart87](https://avatars.githubusercontent.com/u/93553194?v=4)](https://github.com/martinezart87 "martinezart87 (12 commits)")

### Embed Badge

![Health badge](/badges/martinezart87-laravel-sql-server-custom-connector/health.svg)

```
[![Health](https://phpackages.com/badges/martinezart87-laravel-sql-server-custom-connector/health.svg)](https://phpackages.com/packages/martinezart87-laravel-sql-server-custom-connector)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
