Libraries tagged by object values
digital-craftsman/self-aware-normalizers
7717 Downloads
Adds interfaces and normalizers that allow value objects to normalize and denormalize themselves.
cspray/typiphy
21782 Downloads
A small library of value objects and functions for working with PHP's types.
cboxdk/siem
643 Downloads
Zero-dependency SIEM log-streaming core for PHP: a normalized security-event value object and the formatters (Splunk HEC, Elastic ECS, ArcSight/syslog CEF, generic JSON) that turn it into what real SIEMs ingest. Framework-agnostic; the delivery/egress layer lives in the Laravel wrapper.
carpediem/jsend
23300 Downloads
An Immutable Value Object JSend compliant
aura/filter-interface
5121 Downloads
Interfaces and shared value objects for validation and sanitization libraries
andydefer/php-vo
1515 Downloads
A collection of reusable Value Objects and Enums for PHP applications (Email, Money, Address, PostalCode, Iso8601DateTime, Currency, etc.)
andydefer/domain-structures
1635 Downloads
A complete domain structures package for PHP: Records, Value Objects, Data DTOs, and TypedCollections. Brings type safety and clean architecture to your application.
phpactor/name-specification
46591 Downloads
Value objects for specifying (class/function) names
byrokrat/amount
8815 Downloads
Value objects for monetary amounts
php-extended/php-datetime-parser-interface
176649 Downloads
A parser that gives datetime objects from string values
granam/float
30004 Downloads
Converter and wrapping object for a float value
bentools/set
14662 Downloads
The Set object lets you store unique values of any type, like in Javascript.
granam/number
30831 Downloads
Converter and wrapping object for a number (float or integer) value
chevere/action
5266 Downloads
Type-safe invokable objects with attribute-based parameter and return value validation
eboubaker/json-finder
4165 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.