PHPackages                             burxon/api-response-dto - 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. [API Development](/categories/api)
4. /
5. burxon/api-response-dto

ActiveLibrary[API Development](/categories/api)

burxon/api-response-dto
=======================

A simple DTO class for consistent API responses in Laravel

v1.0.0(1y ago)033MITPHPPHP ^8.1

Since Apr 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Saidburxontoxirov/api-response-dto)[ Packagist](https://packagist.org/packages/burxon/api-response-dto)[ RSS](/packages/burxon-api-response-dto/feed)WikiDiscussions main Synced 1mo ago

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

ApiResponseDTO
--------------

[](#apiresponsedto)

A simple Laravel-compatible DTO (Data Transfer Object) to standardize and simplify JSON API responses.

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

[](#installation)

To set up the **Composer** package, run the following commands:

```
composer require burxon/api-response-dto
```

Creating a new Custom **ApiResponseDTO**

```
