PHPackages                             lodipay/php-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. lodipay/php-dto

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

lodipay/php-dto
===============

v1.2.0(2y ago)01863MITPHPPHP ^8.0

Since Mar 18Pushed 2y agoCompare

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

READMEChangelog (3)Dependencies (6)Versions (4)Used By (3)

tsetsee/php-dto
===============

[](#tsetseephp-dto)

PHP Data Transfer Object Library

Getting starts
--------------

[](#getting-starts)

You should extend your class by `TseDTO`.

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

[](#installation)

```
$ composer require tsetsee/php-dto
```

Features
--------

[](#features)

1. `toArray()` method only based on the initialized array data.

```
