/value-object

[ABANDONED] Moved to getwarp organization https://github.com/getwarp/warp

Primary LanguagePHPMIT LicenseMIT

Value Object by spaceonfire

Latest Version on Packagist Software License Total Downloads Code Coverage

Value Object library for PHP.

Install

Via Composer

$ composer require spaceonfire/value-object

Usage

$int = new class(10) extends \spaceonfire\ValueObject\IntValue {};
\Webmozart\Assert\Assert::same($int->value(), 10);

Change log

Please see CHANGELOG for more information on what has changed recently.

Contributing

Report issues and send Pull Requests in the main spaceonfire repository. Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Credits

License

The MIT License (MIT). Please see License File for more information.