Libraries tagged by object value
mvccore/ext-debug-tracy-mvccore
4842 Downloads
MvcCore - Extension - Debug - Tracy - Panel MvcCore - render and add into tracy debug panel current MvcCore application instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Application::GetInstance()); to display main application objects used to render current page response. Rendered objects inside MvcCore app: \MvcCore\Request, \MvcCore\Response, \MvcCore\Router, \MvcCore\Controller, all preroute, predispatch and postdispatch configured handlers and many other internal application values.
eboreum/caster
2232 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
yomy/valueobject
7290 Downloads
Value objects
yadddl/value-object
259 Downloads
Yet another Value Object library
xthiago/id-value-object
8322 Downloads
A Value Object (VO) for Object Identity (ID). Includes a Doctrine DBAL type for persistence.
xakepehok/value-object-builder
4992 Downloads
This helper can create object from passed classname and value, or return null, if passed value is also null
waavi/laravel-value-objects
12 Downloads
Value Objects for Laravel 5.1
voku/value_objects
1 Downloads
Value Objects
valesaude/laravel-value-objects
1021 Downloads
A set of reusable ValueObjects (and complementary classes) for Laravel applications.
thisbar/valueobjects
118 Downloads
A PHP 8.0 value objects helper library.
slepic/value-object
148 Downloads
Simple value objects and enums
sensorario/value-object
81 Downloads
A tool for api resources management
satooshi/value-object
27 Downloads
ValueObject, Enum, Flags implementation in PHP
ryanwhitman/php-values
304 Downloads
PHP Values
renandelmonico/value-objects
3 Downloads
A library with VOs to agreggate in your projects