Download the PHP package orkin/valueobjects without Composer
On this page you can find all versions of the php package orkin/valueobjects. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download orkin/valueobjects
More information about orkin/valueobjects
Files in orkin/valueobjects
Package valueobjects
Short Description A PHP library/collection of classes aimed to help developers using and understanding immutable objects.
License MIT
Informations about the package valueobjects
IMPORTANT!
This is a fork of the nicolopignatelli/valueobjects
library which was removed from GitHub. It's kept around for backwards compatibility in projects that were already using it. However, we do not maintain this project and do not advise you to use it in production.
ValueObjects
A PHP library/collection of classes aimed to help developers using and undestanding immutable objects.
Should I use this library?
Not in production enviroments. Although fully tested, ValueObjects has been developed mainly for educational purposes. Therefore, it can be used in personal projects and to force yourself on thinking in terms of immutable objects and their interaction.
When approaching a project using Domain Driven Design, I would suggest to write your own Value Objects in a way they will reflect 100% your domain, without using any library or class designed to solve a general problem more than your specific one.
In short, learn from it then throw it away.
Documentation
Contributing
See CONTRIBUTING file.
License
ValueObjects is released under the MIT License. See the bundled LICENSE file for details.
All versions of valueobjects with dependencies
ext-bcmath Version *
ramsey/uuid Version ^4.1
marc-mabe/php-enum Version ^4.4
league/geotools Version ^0.8.1
moneyphp/money Version ^3.0
laminas/laminas-validator Version ^2.13