Libraries tagged by tiny-blocks
tiny-blocks/ksuid
96452 Downloads
K-Sortable Unique Identifier.
tiny-blocks/encoder
96644 Downloads
Encoder and decoder for arbitrary data.
tiny-blocks/value-object
23871 Downloads
Defines the default behavior contract for PHP value objects with structural equality.
tiny-blocks/time
455 Downloads
Models time as immutable value objects for PHP: instants, durations, periods, timezones, and time-of-day, all UTC-normalized.
tiny-blocks/math
22694 Downloads
Arbitrary-precision numbers for PHP, where arithmetic is exact and rounding is explicit.
tiny-blocks/mapper
2206 Downloads
Maps PHP objects to and from arrays, JSON, and iterables through reflection and pluggable strategies.
tiny-blocks/logger
307 Downloads
Emits PSR-3 structured logs for PHP, with correlation tracking, a severity threshold, configurable redaction, and backend-neutral metrics.
tiny-blocks/http
23481 Downloads
Implements PSR-7, PSR-15, PSR-17 and PSR-18 HTTP primitives for PHP, with a fluent response builder, cookies, cache control, and a PSR-18 client facade.
tiny-blocks/environment-variable
1765 Downloads
Provides a type-safe environment variable reader for PHP, with strict integer and boolean conversion.
tiny-blocks/docker-container
1617 Downloads
Manages Docker containers programmatically for PHP, aimed at integration tests and disposable infrastructure.
tiny-blocks/collection
16274 Downloads
Models a type-safe, fluent collection API for PHP with eager and lazy pipelines over arrays, iterators, and generators.
tiny-blocks/building-blocks
133 Downloads
Implements tactical DDD building blocks for PHP: entities, aggregate roots, domain events, snapshots, and upcasters.
tiny-blocks/outbox
47 Downloads
Write-side adapter for the Transactional Outbox pattern that persists domain events atomically with aggregate state through Doctrine DBAL.
tiny-blocks/http-query
64 Downloads
Typed, framework-independent toolkit for HTTP collection queries (RSQL filtering, sorting, and offset and cursor pagination) that never touches a data store.
tiny-blocks/http-logging
46 Downloads
PSR-15 middleware that logs HTTP request and response metadata with request duration.