g4 / value-object
PHP value objects
Installs: 65 002
Dependents: 9
Suggesters: 0
Security: 0
Stars: 6
Watchers: 11
Forks: 12
Open Issues: 0
Requires
- php: >=8.0
- ramsey/uuid: 4.7.*
Requires (Dev)
- g4/code-coverage: 1.*
- phpunit/phpunit: 10.4.*
- squizlabs/php_codesniffer: 3.7.*
- dev-master
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.6.3
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.11
- 3.5.10
- 3.5.9
- 3.5.8
- 3.5.7
- 3.5.6
- 3.5.5
- 3.5.4
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.1
- 3.4.0
- 3.3.0
- 3.2.1
- 3.2.0
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.1
- 3.0.0
- 2.43.4
- 2.43.3
- 2.43.2
- 2.43.1
- 2.43.0
- 2.42.1
- 2.42.0
- 2.41.0
- 2.40.10
- 2.40.9
- 2.40.8
- 2.40.7
- 2.40.6
- 2.40.5
- 2.40.4
- 2.40.3
- 2.40.2
- 2.40.1
- 2.40.0
- 2.39.5
- 2.39.4
- 2.39.3
- 2.39.2
- 2.39.1
- 2.39.0
- 2.38.0
- 2.37.3
- 2.37.2
- 2.37.1
- 2.37.0
- 2.36.0
- 2.35.2
- 2.35.1
- 2.35.0
- 2.34.3
- 2.34.2
- 2.34.1
- 2.34.0
- 2.33.0
- 2.32.1
- 2.32.0
- 2.31.0
- 2.30.2
- 2.30.1
- 2.30.0
- 2.29.1
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.1
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.1
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.4
- 2.14.3
- 2.14.2
- 2.14.1
- 2.14.0
- 2.13.0
- 2.12.1
- 2.12.0
- 2.11.0
- 2.10.2
- 2.10.1
- 2.10.0
- 2.9.4
- 2.9.3
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.5
- 2.8.4
- 2.8.3
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.0
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.2.3
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.0
- dev-release-3.x
This package is auto-updated.
Last update: 2024-10-09 14:23:21 UTC
README
value-object - php library
Install
Via Composer
composer require g4/value-object
Usage
Development
Install dependencies
$ composer install
Run tests
$ make unit-tests
License
(The MIT License) see LICENSE file for details...