https://github.com/codeliner/valueobjects
PHP Value Object library
https://github.com/codeliner/valueobjects
Last synced: about 1 year ago
JSON representation
PHP Value Object library
- Host: GitHub
- URL: https://github.com/codeliner/valueobjects
- Owner: codeliner
- License: mit
- Created: 2014-02-27T19:48:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-27T20:14:23.000Z (over 12 years ago)
- Last Synced: 2025-06-05T09:07:02.225Z (about 1 year ago)
- Language: PHP
- Size: 590 KB
- Stars: 4
- Watchers: 2
- Forks: 52
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
ValueObjects
============
[](https://travis-ci.org/nicolopignatelli/valueobjects)
[](https://scrutinizer-ci.com/g/nicolopignatelli/valueobjects/)
[](https://scrutinizer-ci.com/g/nicolopignatelli/valueobjects/)
[](https://insight.sensiolabs.com/projects/246a2da6-ffdb-4730-9216-647fb7aac383)
A PHP 5.3+ library/collection of classes aimed to help developers with domain driven development and the use of immutable objects.
Documentation
-------------
- [Introduction](http://nicolopignatelli.github.io/valueobjects/index.html)
- [Installation](http://nicolopignatelli.github.io/valueobjects/installation.html)
- [API reference](http://nicolopignatelli.github.io/valueobjects/api/)
- [About](http://nicolopignatelli.github.io/valueobjects/about.html)
Contributing
------------
See [CONTRIBUTING](/CONTRIBUTING.md) file.
License
-------
Valueobjects is released under the MIT License. See the bundled [LICENSE](/LICENSE) file for
details.