Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joubertredrat/sharedvalueobjects
A collection of Value Objects that I usually use in my projects
https://github.com/joubertredrat/sharedvalueobjects
library php php-library php7 php74 value-object value-objects
Last synced: about 1 month ago
JSON representation
A collection of Value Objects that I usually use in my projects
- Host: GitHub
- URL: https://github.com/joubertredrat/sharedvalueobjects
- Owner: joubertredrat
- License: mit
- Created: 2020-07-04T01:46:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T23:50:43.000Z (about 2 months ago)
- Last Synced: 2024-10-12T13:05:49.965Z (about 1 month ago)
- Topics: library, php, php-library, php7, php74, value-object, value-objects
- Language: PHP
- Homepage: https://packagist.org/packages/redrat/shared-value-objects
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shared Value Objects
[![Joubert RedRat](https://img.shields.io/badge/Joubert-RedRat-red)](https://joubertredrat.github.io)
[![Build Status](https://travis-ci.org/joubertredrat/SharedValueObjects.svg?branch=master)](https://travis-ci.org/joubertredrat/SharedValueObjects)
[![Maintainability](https://api.codeclimate.com/v1/badges/97a9ef6e48688cb8ed4b/maintainability)](https://codeclimate.com/github/joubertredrat/SharedValueObjects/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/97a9ef6e48688cb8ed4b/test_coverage)](https://codeclimate.com/github/joubertredrat/SharedValueObjects/test_coverage)
[![codecov](https://codecov.io/gh/joubertredrat/SharedValueObjects/branch/master/graph/badge.svg)](https://codecov.io/gh/joubertredrat/SharedValueObjects)
[![Latest Stable Version](https://poser.pugx.org/redrat/shared-value-objects/v)](//packagist.org/packages/redrat/shared-value-objects)
[![Total Downloads](https://poser.pugx.org/redrat/shared-value-objects/downloads)](//packagist.org/packages/redrat/shared-value-objects)
[![License](https://poser.pugx.org/redrat/shared-value-objects/license)](//packagist.org/packages/redrat/shared-value-objects)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fjoubertredrat%2FSharedValueObjects.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fjoubertredrat%2FSharedValueObjects?ref=badge_shield)A collection of Value Objects that I usually use in my projects.
### Installation
```bash
composer require redrat/shared-value-objects
```### Author
[Me](https://github.com/joubertredrat) and the [contributors](https://github.com/joubertredrat/SharedValueObjects/graphs/contributors).
### License
The cute and amazing [MIT](https://github.com/joubertredrat/ApiHelperBundle/blob/master/LICENSE).