Libraries tagged by object values
complex-heart/sdk
832 Downloads
Domain model toolset to properly build Value Objects, Entities, Aggregates and Services.
coddin-web/manifest-parser
227 Downloads
A simple plain PHP manifest parser which will return a Value Object to pass around in your application
buzzingpixel/valueobject-ext
3341 Downloads
Some routine value objects for use with funeralzone/valueobjects.
biberlabs/ddd-embeddables
251 Downloads
A collection of re-usable value objects ready to use as Embeddable in Doctrine entities
as3/short-mongo-id
22947 Downloads
Generates a short string identifier from a Mongo object id value.
serendipity_hq/phpunit_helper
18259 Downloads
PHPUnit helper to manage tested resource, mocked objects and test values.
simivar/reverse-print-r
1058 Downloads
Library to reverse print_r output to PHP objects, arrays and scalar values.
mass6/flexible-dto
3834 Downloads
Data transfer object with validation and value casting
revinate/php-getter-setter
29979 Downloads
PHP library to simplify getting and setting values in arrays and objects.
bentools/set
9325 Downloads
The Set object lets you store unique values of any type, like in Javascript.
kristos80/opton
4055 Downloads
Easily get a value from an array or object without all of those unnecessary array_key_exists or isset controls
spaceonfire/type
2739 Downloads
Collection of objects that provides ability of checking value types
mvccore/ext-debug-tracy-mvccore
5104 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.
eboubaker/json-finder
2935 Downloads
a library that can find json values in a mixed text or html documents, can filter and search the json tree, and converts php objects to json without 'ext-json' extension.
eboreum/caster
4539 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.