An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

ValueObjects
============

[![Build Status](https://travis-ci.org/nicolopignatelli/valueobjects.png?branch=master)](https://travis-ci.org/nicolopignatelli/valueobjects)
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/nicolopignatelli/valueobjects/badges/quality-score.png?s=979567c2d791ffbeab12777c60c8edb86776ddcc)](https://scrutinizer-ci.com/g/nicolopignatelli/valueobjects/)
[![Code Coverage](https://scrutinizer-ci.com/g/nicolopignatelli/valueobjects/badges/coverage.png?s=59dd4a142412a9dcd989870610f1c9f89c19cf48)](https://scrutinizer-ci.com/g/nicolopignatelli/valueobjects/)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/246a2da6-ffdb-4730-9216-647fb7aac383/mini.png)](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.