Libraries tagged by ValueObject
amashukov/blockchain-address-php
41 Downloads
Typed on-chain address value objects for EVM, TON and Lightning — ChainAddressInterface, TonAddress, EvmAddress, Erc20Address, JettonAddress, Bolt11Invoice with structural eq() comparison.
acelot/struct
2948 Downloads
Declarative structure builder with validator and automapper for PHP 7
tailflow/castable-dto
29529 Downloads
Automatically cast JSON columns to PHP objects in Laravel using Spatie's data-transfer-object class
technodelight/bytes-in-human
1933 Downloads
Render bytes in human readable format wby using a simple value object
studio-design/ecdsa-signature
798 Downloads
ECDSA signature value object with DER/JWS raw format conversion and curve-order validation. For Cloud KMS/HSM-based JWT signing where OpenSSL/KMS returns DER but JWT (RFC 7518) requires raw format.
spoorsny/laravel-south-african-id
954 Downloads
Validation rules and an Eloquent Model attribute cast to value object encapsulating a South African government-issued personal identification number, for Laravel.
php-standard-library/ip
2246 Downloads
Immutable, binary-backed value object for IPv4 and IPv6 addresses with parsing, classification, and comparison
msng/values
5438 Downloads
Value object templates for PHP
milpa/command
196 Downloads
The Command-as-atom core: the surface-agnostic Operation value object plus the CommandProvider and SurfaceProjector contracts. One operation, N surfaces.
kdyby/request-stack
28831 Downloads
Http Request stack service that wraps the Request value object for Nette Framework
katsana/my-identification
10302 Downloads
Identification (Malaysia) Value Object for PHP
intraworlds/enum
73207 Downloads
Lightweight implementation of enum value object
innis/coding-standards
44 Downloads
PHPStan rules that enforce the Innis coding conventions: clean-architecture layering, banned traits, interface/collection/exception placement, value-object immutability, and naming smells.
happy-types/money-type
26640 Downloads
Money library implements Money Value Object which contains amount and currency in the same object.
genai/web
119 Downloads
Web/MVC layer over genai/http: #[Controller]/#[RestController] (with a base path) and #[Route] attributes, a View value object, a default genai/view engine (override with #[ViewRegister]), and a dispatcher. Routes compile to genai/routing's standalone matcher. Runtime is PHP 5.3-safe; the attributes/processors are PHP 8 build-time.