Ecosyste.ms: Awesome

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

https://github.com/danitome24/php-valueobject

Project with some of value objects in php. More info at https://danitome24.github.io/2018-11-19/usando-value-objects-con-php
https://github.com/danitome24/php-valueobject

php7 phpunit-6 value-object

Last synced: 4 months ago
JSON representation

Project with some of value objects in php. More info at https://danitome24.github.io/2018-11-19/usando-value-objects-con-php

Lists

README

        

# Value Objects
[![Build Status](https://travis-ci.org/danitome24/php-valueobject.svg?branch=master)](https://travis-ci.org/danitome24/php-valueobject)
[![Coverage Status](https://coveralls.io/repos/github/danitome24/php-valueobject/badge.svg?branch=master)](https://coveralls.io/github/danitome24/php-valueobject?branch=master)

Simple project with some Value objects that I use on my personal projects.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

What things you need to install the software and how to install them

```
Php v7.1
```

### Usage

To use this library on your project you just add this to composer and that's it!

```
composer require danitome24/php-valueobject
```

### Development

Clone this repo in your local machine and run docker-composer command to build up an environment

```
docker-compose up -d
```

## Running the tests

Simply run:

```
php vendor/bin/phpunit
```

## Authors

* **Daniel Tomé Fernández** - [email protected]

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details