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)1673↓100%1MITPHPPHP &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 1mo 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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

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

981d 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

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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