Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nofutur3/value-object
Collection of ready to use value objects for PHP
https://github.com/nofutur3/value-object
Last synced: about 2 months ago
JSON representation
Collection of ready to use value objects for PHP
- Host: GitHub
- URL: https://github.com/nofutur3/value-object
- Owner: nofutur3
- License: mit
- Created: 2019-02-01T16:29:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-02T10:07:33.000Z (almost 6 years ago)
- Last Synced: 2024-04-24T03:14:26.411Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Value Objects
[![Build Status](https://travis-ci.org/nofutur3/nette-doctrine.svg?branch=master)](https://travis-ci.org/nofutur3/value-object)
[![Downloads this Month](https://img.shields.io/packagist/dm/nofutur3/nette-doctrine.svg)](https://packagist.org/packages/nofutur3/value-object)
[![Latest stable](https://img.shields.io/packagist/v/nofutur3/nette-doctrine.svg)](https://packagist.org/packages/nofutur3/value-object)Collection of ready to use value objects for PHP.
---
## Installation
```bash
composer req nofutur3/value-object
```## Collection of value objects
- Address\PostalCode
- User\Email## Prepare your own value object
## Modify value object
## Contributing
Open an [issue](https://github.com/nofutur3/value-object/issues) or send a [pull request](https://github.com/nofutur3/value-object/pulls). PRs should contain tests for the added feature. Try to run `composer ci` before submitting the PR.