PHPackages                             carousel/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. carousel/dto

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

carousel/dto
============

PHP DTO

1.0.3(8y ago)025MITPHPPHP ~5.6|~7.2

Since Mar 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/carousel/dto)[ Packagist](https://packagist.org/packages/carousel/dto)[ Docs](https://github.com/carousel/dto)[ RSS](/packages/carousel-dto/feed)WikiDiscussions master Synced 3d ago

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

Simple DTO implementation in PHP (single process)
=================================================

[](#simple-dto-implementation-in-php-single-process)

author:

Introduction
------------

[](#introduction)

This small utility library is acting like real DTO object, that lives between two processes, but in PHP environment. It can be injected into controller or in some kind of middleware. It has couple of handy helper functions like camelize, only, except that converts input into more granular form.

Usage:
------

[](#usage)

shell of composer.json

composer require carousel/dto

```
