tiny-blocks/outbox
Implements the Transactional Outbox pattern. Persists domain events atomically with aggregate state changes through a customizable table schema, reflection-based payload serialization, and built-in support for event schema versioning.
时间:2026-05-14 04:25
tiny-blocks/building-blocks
Implements tactical DDD building blocks for PHP: entities, aggregate roots, domain events, snapshots, and upcasters.
时间:2026-04-18 20:23
tiny-blocks/logger
Emits PSR-3 structured logs for PHP, with correlation tracking and configurable sensitive data redaction.
时间:2026-02-21 22:18
tiny-blocks/time
Models time as immutable value objects for PHP: instants, durations, periods, timezones, and time-of-day, all UTC-normalized.
时间:2026-02-17 07:30
tiny-blocks/mapper
Maps PHP objects to and from arrays, JSON, and iterables through reflection and pluggable strategies.
时间:2024-12-24 12:38
tiny-blocks/environment-variable
Provides a type-safe environment variable reader for PHP, with strict integer and boolean conversion.
时间:2024-12-09 17:24
tiny-blocks/docker-container
Manages Docker containers programmatically for PHP, aimed at integration tests and disposable infrastructure.
时间:2024-12-01 22:21
tiny-blocks/immutable-object
Provides immutable behavior for objects.
时间:2024-10-05 15:05
tiny-blocks/collection
Models a type-safe, fluent collection API for PHP with eager and lazy pipelines over arrays, iterators, and generators.
时间:2024-09-27 14:53
tiny-blocks/http
Implements PSR-7 and PSR-15 HTTP primitives for PHP, with a fluent response builder, cookies, and cache control.The package is designed to be used in any PHP application, and can be used as a standalone library or as part of a larger framework.
时间:2022-08-06 01:52
tiny-blocks/math
Value Objects for handling arbitrary precision numbers.
时间:2022-07-26 16:38
tiny-blocks/country
Provides an ISO-3166 country value object for PHP, with Alpha-2, Alpha-3, and IANA timezone resolution.
时间:2022-07-26 02:57
tiny-blocks/value-object
Defines the default behavior contract for PHP value objects with structural equality.
时间:2022-07-26 02:37
tiny-blocks/currency
Models ISO-4217 currencies as a PHP enum, with per-currency fraction digit resolution.
时间:2022-07-25 01:37