Package: php-alchemist/value-object
A basic framework for providing value objects with a few freebies.
This package provides a simple foundation for implementing your own value objects—no need to create custom interfaces or abstract classes. It also includes four preconfigured models ready for use.
Contracts:
- VONumberInterface
- VOStringInterface
Abstract Classes:
- AbstractVONumber
- AbstractVOString
Models:
- Id
- USState
- VONumber