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

https://github.com/cozyphp/value-objects

Collection of handy Value Object classes
https://github.com/cozyphp/value-objects

language matrix php value-object

Last synced: 30 days ago
JSON representation

Collection of handy Value Object classes

Awesome Lists containing this project

README

          

Cozy Value Objects
============

[![Author](http://img.shields.io/badge/author-@npicado-blue.svg)](https://github.com/npicado)
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/cozy/value-objects)
[![Maintainability](https://api.codeclimate.com/v1/badges/5319ebee60e9379619b7/maintainability)](https://codeclimate.com/github/cozyphp/value-objects/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/5319ebee60e9379619b7/test_coverage)](https://codeclimate.com/github/cozyphp/value-objects/test_coverage)
[![Build](https://github.com/cozyphp/value-objects/workflows/build/badge.svg)](https://github.com/cozyphp/value-objects/actions?query=workflow%3A%22build%22)
[![Latest Stable Version](https://poser.pugx.org/cozy/value-objects/v)](https://packagist.org/packages/cozy/value-objects)
[![Software License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

Collection of handy Value Object classes.

System Requirements
-------

You need **PHP >= 7.4.0** but the latest stable version of PHP is recommended.

Installation
-------

Install using Composer:

```
$ composer require cozy/value-objects
```

Contributing
-------

Contributions are welcome and will be fully credited. Please see [CONTRIBUTING](.github/CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
-------

If you discover any security related issues, please email info@nestorpicado.com instead of using the issue tracker.

Credits
-------

- [Nestor Picado](https://github.com/npicado)
- [All Contributors](https://github.com/thephpleague/period/graphs/contributors)

License
-------

The MIT License (MIT). Please see [LICENSE](LICENSE) for more information.