Libraries tagged by object value
redcrystal/cast
22124 Downloads
Laravel Value Objects: Cast your Eloquent model attributes to value objects with ease!
phpactor/text-document
91670 Downloads
Collection of value objects for representing and referencing text documents
packagefactory/atomicfusion-presentationobjects
17800 Downloads
Allows for usage of type-safe, testable presentation objects (e.g. value objects) in Atomic Fusion as a replacement for props and propsets.
mnavarrocarter/chilean-rut
7193 Downloads
PHP Rut Value Object with validation utilities, doctrine type, and other cool features.
lmc/cqrs-types
21321 Downloads
A library containing types (interfaces and value objects) to help with Queries and Commands
keios/moneyright
53934 Downloads
Precise, GAAP-compliant, database-friendly Money Value Object
digital-craftsman/ids
26051 Downloads
Working with value objects for ids in Symfony
dereuromark/cakephp-decimal
4308 Downloads
CakePHP plugin for decimal handling via value object. Provides DecimalType class.
carpediem/jsend
20003 Downloads
An Immutable Value Object JSend compliant
php-extended/php-datetime-parser-interface
167234 Downloads
A parser that gives datetime objects from string values
granam/float
21917 Downloads
Converter and wrapping object for a float value
bentools/set
7031 Downloads
The Set object lets you store unique values of any type, like in Javascript.
granam/number
22711 Downloads
Converter and wrapping object for a number (float or integer) value
eboubaker/json-finder
2276 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
2206 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.