Libraries tagged by php value objects
batrox/distance
34 Downloads
PHP Distance (Value Object) Helper
g4/uuidhex
5276 Downloads
PHP Uuid Hex value object
dzentota/typedvalue
38 Downloads
A PHP 8.1+ typed values (value objects) helper library with modern enum support and comprehensive security features.
dzentota/respected-typedvalue
11 Downloads
A PHP 7.4 typed values (value objects) helper library.
danwe/bitcoin-address
49 Downloads
Simple PHP Danwe\Bitcoin\Address class for value objects representing bitcoin addresses.
marjask/binance-api
28 Downloads
Binance API is a PHP library based on simplified CQRS and Value Objects. Contains validation of parameters sent to API binance according to the documentation.
wikimedia/message
159 Downloads
This library provides interfaces and value objects for internationalization (i18n) of applications in PHP, using 'en' as the default language code.
cgillespie/objectarrayvalueaverager
6 Downloads
PHP library to average the values in an array of objects into another object
subtext/collections
1 Downloads
Provides iterable collections of validated objects or scalar values, enabling fluent, type-safe interfaces in PHP.
joby/context
2 Downloads
A lightweight DI container for PHP for global, low‑config service and object registration. Use it to resolve and inject services, objects, and config values anywhere. You can execute callables with injected dependencies, instantiate objects with dependencies, and even include files using a unique DocBlock injection system.
affinity4/tokenizer
7 Downloads
A zero-dedpendency tokenizer written in PHP. Returns an easily navigatable Stream object of Token objects with public type, value, offset and length properties
tschoffelen/memory
3318 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.