PHPackages                             jberrio-ing/laravel-sqlsrv-avoid-error - 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. jberrio-ing/laravel-sqlsrv-avoid-error

ActiveLibrary

jberrio-ing/laravel-sqlsrv-avoid-error
======================================

v1.0.0(2y ago)01.1k↓50%MITPHPPHP &gt;=7.3

Since Aug 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/jberrio-ing/laravel-sqlsrv-avoid-error)[ Packagist](https://packagist.org/packages/jberrio-ing/laravel-sqlsrv-avoid-error)[ RSS](/packages/jberrio-ing-laravel-sqlsrv-avoid-error/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Resolve the `SQLSTATE[IMSSP]: An invalid attribute was designated on the PDO object.` error
===========================================================================================

[](#resolve-the-sqlstateimssp-an-invalid-attribute-was-designated-on-the-pdo-object-error)

This error is generated when the `PDO::ATTR_STRINGIFY_FETCHES` attribute is present in the `PDO_Sqlsrv` configuration. To fix the error, follow the steps below:

Prerequisites
-------------

[](#prerequisites)

Make sure you have a Laravel application set up.

Steps to Register the service provider
--------------------------------------

[](#steps-to-register-the-service-provider)

1. Install the package

```
composer require jberrio-ing/laravel-sqlsrv-avoid-error
```

2. **Locate the `config/app.php` file**

    Open the `config/app.php` file in your Laravel project.
3. **Add the Service Provider**

    In the `providers` array, add the fully qualified class name of the `SqlsrvAvoidErrorProvider` from the `SqlsrvAvoidError` namespace. Your `config/app.php` should look something like this:

    ```
    'providers' => [
        // Other service providers
        SqlsrvAvoidError\Providers\SqlsrvAvoidErrorProvider::class,
    ],
    ```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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

991d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6edb91c963293e03e9353736b672c052e81537e3d164aeb61b9177a65fadecd9?d=identicon)[jberrio-ing](/maintainers/jberrio-ing)

---

Top Contributors

[![app-jb](https://avatars.githubusercontent.com/u/101150660?v=4)](https://github.com/app-jb "app-jb (2 commits)")[![jberrio-ing](https://avatars.githubusercontent.com/u/101154993?v=4)](https://github.com/jberrio-ing "jberrio-ing (1 commits)")

### Embed Badge

![Health badge](/badges/jberrio-ing-laravel-sqlsrv-avoid-error/health.svg)

```
[![Health](https://phpackages.com/badges/jberrio-ing-laravel-sqlsrv-avoid-error/health.svg)](https://phpackages.com/packages/jberrio-ing-laravel-sqlsrv-avoid-error)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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