PHPackages                             alighorbani/responder - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. alighorbani/responder

ActiveLibrary[HTTP &amp; Networking](/categories/http)

alighorbani/responder
=====================

Make a Response to as fast as light!

11.0kPHP

Since Jun 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/alighorbani1381/responder)[ Packagist](https://packagist.org/packages/alighorbani/responder)[ RSS](/packages/alighorbani-responder/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)DependenciesVersions (1)Used By (0)

### 🚀 Generate API Response as fast as light!

[](#-generate-api-response-as-fast-as-light)

We solve some problem for You with a package You can call Responder

actually developers make a specific structure for api that developed

### ✅️ Advantages

[](#️-advantages)

1. You don't need to set pagination logic in your resource because inject automatically
2. You can make a different response with elegant syntax (use facade)
3. Automatic Message Mapper on response for example(title =&gt; users-list)
4. Prevent Human mistakes when generate response structure manually
5. Unlimited Define Structure and used in project
6. If you decide to Change Your you can do this with little changed

### 👨‍💻 Usage

[](#‍-usage)

In this Example use the resource that contains several items (such as users list)

```
