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: about 2 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
- Host: GitHub
- URL: https://github.com/danitome24/php-valueobject
- Owner: danitome24
- License: mit
- Created: 2017-09-13T16:32:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T17:02:58.000Z (about 7 years ago)
- Last Synced: 2025-03-24T03:23:51.578Z (2 months ago)
- Topics: php7, phpunit-6, value-object
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Value Objects
[](https://travis-ci.org/danitome24/php-valueobject)
[](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