Skip to content

PHP-Alchemist/value-object

Repository files navigation

PHP Alchemist Value Objects

Package: php-alchemist/value-object

Unit Tests StyleCI

What

A basic framework for providing value objects with a few freebies.

Usage

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:

  • Email
  • Id
  • USState
  • VONumber

About

Value Objects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages