Tiny Blocks
Implementations for Domain Driven Design building blocks and utility classes in PHP.
Brazil
Pinned Repositories
collection
Provides a flexible and efficient API to manipulate, iterate, and manage collections in a structured and type-safe manner.
country
Value Object representing a country using ISO-3166 specifications.
currency
Value Object representing a currency using ISO-4217 specifications.
docker-container
Manage Docker containers programmatically, simplifying the creation, running, and interaction with containers.
http
Common implementations for HTTP protocol.
ksuid
K-Sortable Unique Identifier.
math
Value Objects for handling arbitrary precision numbers.
serializer
Handles serialization and deserialization of data structures, in array and JSON structures.
tiny-blocks
Project overview.
value-object
Delimits default behaviors for Value Objects.
Tiny Blocks's Repositories
tiny-blocks/ksuid
K-Sortable Unique Identifier.
tiny-blocks/tiny-blocks
Project overview.
tiny-blocks/currency
Value Object representing a currency using ISO-4217 specifications.
tiny-blocks/country
Value Object representing a country using ISO-3166 specifications.
tiny-blocks/docker-container
Manage Docker containers programmatically, simplifying the creation, running, and interaction with containers.
tiny-blocks/encoder
Encoder and decoder for arbitrary data.
tiny-blocks/http
Common implementations for HTTP protocol.
tiny-blocks/math
Value Objects for handling arbitrary precision numbers.
tiny-blocks/serializer
Handles serialization and deserialization of data structures, in array and JSON structures.
tiny-blocks/value-object
Delimits default behaviors for Value Objects.
tiny-blocks/collection
Provides a flexible and efficient API to manipulate, iterate, and manage collections in a structured and type-safe manner.
tiny-blocks/immutable-object
Provides immutable behavior for objects.
tiny-blocks/environment-variable
Provides a simple and flexible solution for managing environment variables, with easy access, type conversions, and validation handling.