PHPackages                             fsubal/donphan - 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. fsubal/donphan

ActiveLibrary

fsubal/donphan
==============

Utility traits for type-safe &amp; immutable entity in PHP

0.1(8y ago)570MITPHPCI failing

Since Feb 24Pushed 6y ago2 watchersCompare

[ Source](https://github.com/fsubal/donphan)[ Packagist](https://packagist.org/packages/fsubal/donphan)[ RSS](/packages/fsubal-donphan/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Donphan
=======

[](#donphan)

Utility traits for type-safe &amp; immutable entity in PHP.

Install
-------

[](#install)

```
composer require fsubal/donphan

```

Why Donphan ?
-------------

[](#why-donphan-)

In PHP application without certain frameworks, `array`s are often used as domain models.

```
