Libraries tagged by object implementation
specdocular/php-openapi
572 Downloads
Object-oriented OpenAPI implementation for PHP
cspray/yape
1585 Downloads
Type-safe, object-backed enum implementation in userland PHP.
cottagelabs/coar-notifications
390 Downloads
A library and server-side implementation supporting a limited number of the COAR Notify pattern objects. Server-side implementation assumes MySQL. If you are looking for a full, generic implementation of the COAR Notify protocol see https://packagist.org/packages/cottagelabs/coarnotify
wrong-about-everything/meringue
9489 Downloads
Object-oriented php DateTime implementation
n2n/valobj
2679 Downloads
Contains typical n2n implementations of common value objects.
modd-udo/ewaydatamodel
6651 Downloads
PHP Class implementation of EWay Data Object
intraworlds/enum
73231 Downloads
Lightweight implementation of enum value object
toonphp/toon
877 Downloads
PHP implementation of TOON (Token-Oriented Object Notation) – Compact serialization for LLM prompts.
bim/json-to-table
14201 Downloads
JSONPath implementation for querying and updating JSON objects with support for json flattening into a table
pop-cms-schema/queriedobject-wp
568 Downloads
Implementation for WordPress of contracts from package "Queried Object"
genai/sql-mapper
161 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.
cottagelabs/coarnotify
191 Downloads
A library which provides full support for the COAR Notify protocol, including a full set of pattern objects, a client to send notifications, and a server-side interface to enable rapid inbox implementation in arbitrary web frameworks.
tanigami/value-objects
3553 Downloads
Yet another collection of Value Object implementation in PHP.
lbacik/value-object
3472 Downloads
Simple Value Object implementation
satooshi/value-object
27 Downloads
ValueObject, Enum, Flags implementation in PHP