PHPackages                             laravel-hrdk/laravel-s-p-multi-response - 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. laravel-hrdk/laravel-s-p-multi-response

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

laravel-hrdk/laravel-s-p-multi-response
=======================================

LaravelSPMultiResponse is a powerful Laravel package designed to streamline the execution of SQL stored procedures with the capability to handle multiple response sets effortlessly. With this package, you can seamlessly integrate stored procedures into your Laravel application, simplifying database interactions and enhancing performance. Say goodbye to complex database queries and hello to efficient, organized, and scalable database operations with LaravelSPMultiResponse.

01PHP

Since Feb 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/hardik-a-joshi/LaravelSPMultiResponse)[ Packagist](https://packagist.org/packages/laravel-hrdk/laravel-s-p-multi-response)[ RSS](/packages/laravel-hrdk-laravel-s-p-multi-response/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-s-p-multi-response
==========================

[](#laravel-s-p-multi-response)

LaravelSPMultiResponse is a powerful Laravel package designed to streamline the execution of SQL stored procedures with the capability to handle multiple response sets effortlessly. With this package, you can seamlessly integrate stored procedures into your Laravel application, simplifying database interactions and enhancing performance. Say goodbye to complex database queries and hello to efficient, organized, and scalable database operations with LaravelSPMultiResponse.

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

[](#installation)

Use the composer to install laravel-s-p-multi-response.

```
composer required laravel-s-p-multi-response
```

Usage
-----

[](#usage)

After installation, you can use the package by importing the SPMultiResponse class and the Laravel App facade.

Create an instance of the SPMultiResponse class using App::make().

Call the desired stored procedure using the callStoredProcedure() method, providing the procedure name and an array of parameters.

Receive and work with the multiple response sets returned by the stored procedure.

Here's a sample code snippet:

```
use laravel_hrdk\LaravelSPMultiResponse\SPMultiResponse;
use Illuminate\Support\Facades\App;

// Create an instance of SPMultiResponse
$service = App::make(SPMultiResponse::class);

// Call the stored procedure and pass parameters
$multipleRowsets = $service->callStoredProcedure('store_procedure_name', ['param1', 'param2', '...']);

// Display the multiple response sets
dd($multipleRowsets);

```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](LICENSE.md)

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/34c5b5f9aaa7965070aab4419ee42b8b934f43a7e05c4d91e4f31ef359ea47f2?d=identicon)[Hardik Joshi](/maintainers/Hardik%20Joshi)

---

Top Contributors

[![hardik-a-joshi](https://avatars.githubusercontent.com/u/73464867?v=4)](https://github.com/hardik-a-joshi "hardik-a-joshi (5 commits)")

### Embed Badge

![Health badge](/badges/laravel-hrdk-laravel-s-p-multi-response/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-hrdk-laravel-s-p-multi-response/health.svg)](https://phpackages.com/packages/laravel-hrdk-laravel-s-p-multi-response)
```

###  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)
