Recommend this page to a friend! |
Download |
Info | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 106 | All time: 9,705 This week: 455 |
Version | License | PHP version | Categories | |||
php-value-objects 1.0.0 | MIT/X Consortium ... | 5 | PHP 5, Databases, Design Patterns |
Description | Author | |
This package can be used to access data in containers using value objects. Innovation Award
|
<div align="center">
<h1>PHP Value Objects</h1>
<p align="center">
<a href="https://packagist.org/packages/norse-blue/value-objects"><img alt="Stable Release" src="https://img.shields.io/packagist/v/norse-blue/value-objects.svg?style=flat-square&label=release&logo=packagist&logoColor=eceff4&colorA=4c566a&colorB=5e81ac"></a>
<a href="https://travis-ci.com/norse-blue/php-value-objects"><img alt="Build Status" src="https://img.shields.io/travis/com/norse-blue/php-value-objects.svg?style=flat-square&label=build&logo=travis-ci&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"></a>
<a href="https://php.net/releases"><img alt="PHP Version" src="https://img.shields.io/packagist/php-v/norse-blue/value-objects.svg?style=flat-square&label=php&logo=php&logoColor=eceff4&colorA=4c566a&colorB=b48ead"></a>
<a href="https://codeclimate.com/github/norse-blue/php-value-objects"><img alt="Maintainability" src="https://img.shields.io/codeclimate/maintainability/norse-blue/php-value-objects.svg?style=flat-square&label=maintainability&logo=code-climate&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"></a>
<a href="https://codeclimate.com/github/norse-blue/php-value-objects"><img alt="Test Coverage" src="https://img.shields.io/codeclimate/coverage/norse-blue/php-value-objects.svg?style=flat-square&label=coverage&logo=code-climate&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"></a>
<a href="https://packagist.org/packages/norse-blue/value-objects"><img alt="Total Downloads" src="https://img.shields.io/packagist/dt/norse-blue/value-objects.svg?style=flat-square&label=downloads&logoColor=eceff4&colorA=4c566a&colorB=88c0d0"></a>
<a href="https://github.com/norse-blue/php-value-objects/blob/master/LICENSE.md"><img alt="License" src="https://img.shields.io/github/license/norse-blue/php-value-objects.svg?style=flat-square&label=license&logoColor=eceff4&colorA=4c566a&colorB=a3be8c"></a>
</p>
</div> <hr>
PHP Value Objects is a PHP library that implements the value object technique and lets you create your own value objects with the scaffolding already laid out for you.
>Requirements: >- PHP 7.3+
Install this package using Composer:
composer require norse-blue/value-objects
To get more in-depth knowledge about this package, please refer to the Official Documentation.
Please refer to the CHANGELOG.md file for more information about what has changed recently.
Contributions to this project are accepted and encouraged. Please read the CONTRIBUTING.md file for details on contributions.
Please review our security policy to know how to report security vulnerabilities within this package.
Do you like this project? Support it by donating
<a href="https://www.buymeacoffee.com/axelitus"><img src="docs/assets/images/buy-me-a-coffee.svg" width="180" alt="Buy me a coffee"></img></a>
This package is open-sourced software licensed under the MIT license.
Files (40) |
File | Role | Description | ||
---|---|---|---|---|
.changelog (1 file) | ||||
.github (4 files, 1 directory) | ||||
docs (2 files, 2 directories) | ||||
src (1 file, 5 directories) | ||||
tests (1 file, 3 directories) | ||||
.codeclimate.yml | Data | Auxiliary data | ||
.editorconfig | Data | Auxiliary data | ||
.phpcs.xml.dist | Data | Auxiliary data | ||
.styleci.yml | Data | Auxiliary data | ||
.travis.yml | Data | Auxiliary data | ||
CHANGELOG.md | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
LICENSE.md | Lic. | License text | ||
php-value-objects.sublime-project | Data | Auxiliary data | ||
phpinsights.php | Class | Class source | ||
phpstan.neon.dist | Data | Auxiliary data | ||
phpunit.xml.dist | Data | Auxiliary data | ||
README.md | Data | Read me | ||
SECURITY.md | Data | Auxiliary data |
Files (40) | / | .github |
File | Role | Description | ||
---|---|---|---|---|
ISSUE_TEMPLATE (3 files) | ||||
CODE_OF_CONDUCT.md | Data | Auxiliary data | ||
CONTRIBUTING.md | Data | Auxiliary data | ||
FUNDING.yml | Data | Auxiliary data | ||
PULL_REQUEST_TEMPLATE.md | Data | Auxiliary data |
Files (40) | / | .github | / | ISSUE_TEMPLATE |
File | Role | Description |
---|---|---|
BUG_REPORT.md | Data | Auxiliary data |
FEATURE_REQUEST.md | Data | Auxiliary data |
QUESTION_DISCUSSION.md | Data | Auxiliary data |
Files (40) | / | docs |
File | Role | Description | ||
---|---|---|---|---|
assets (2 directories) | ||||
_sass (1 directory) | ||||
index.md | Data | Auxiliary data | ||
_config.yml | Data | Auxiliary data |
Files (40) | / | src |
File | Role | Description | ||
---|---|---|---|---|
Contracts (1 file) | ||||
Exceptions (2 files) | ||||
Immutable (1 file) | ||||
Mutable (1 file) | ||||
Traits (2 files) | ||||
ValueObject.php | Class | Class source |
Files (40) | / | src | / | Exceptions |
File | Role | Description |
---|---|---|
ImmutableValueObjectException.php | Class | Class source |
InvalidValueException.php | Class | Class source |
Files (40) | / | src | / | Immutable |
File | Role | Description |
---|---|---|
ImmutableSimpleValueObject.php | Class | Class source |
Files (40) | / | src | / | Traits |
File | Role | Description |
---|---|---|
ImmutableValueObjectBehavior.php | Class | Class source |
SimpleValueObjectBehavior.php | Class | Class source |
Files (40) | / | tests |
File | Role | Description | ||
---|---|---|---|---|
Helpers (2 files) | ||||
Immutable (1 file) | ||||
Mutable (1 file) | ||||
TestCase.php | Class | Class source |
Files (40) | / | tests | / | Helpers |
Files (40) | / | tests | / | Immutable |
File | Role | Description |
---|---|---|
ImmutableSimpleValueObjectTest.php | Class | Class source |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.