Download the PHP package imunew/laravel-value-objects without Composer
On this page you can find all versions of the php package imunew/laravel-value-objects. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-value-objects
laravel-value-objects
This package provides abstract Value Object (immutable) class and make:value-object
command.
abstract Value Object (immutable) class
The abstract ImmutableObject class has the following features.
- Inspired by Laravel's Eloquent Model
- Accessors (
get{Attribute}Attribute
method) - Data is set only in the constructor
make:value-object
command
You can create a ValueObject by executing the command as follows.
Example 1 (Range
)
Example 2 (DirectoryTree
)
All versions of laravel-value-objects with dependencies
PHP Build Version
Package Version
The package imunew/laravel-value-objects contains the following files
Loading the files please wait ....