Libraries tagged by object implementation
laxertu/geo-json
7 Downloads
An implementation of GeoJSON objects
hbsolutions/php-immutable
211 Downloads
Yet another implementation of Immutable Objects in PHP
yoshi2889/container
562 Downloads
Simple PSR-11 Container implementation for storing object instances
wrong-about-everything/oo-date-time
15 Downloads
Object-oriented php DateTime implementation
src-run/vermicious-console-io-library
131 Downloads
Enhanced console input/output style implementation with a complete object-oriented API.
lukaszmakuch/text-generator
108 Downloads
Converts anything to text. Works like a toString implementation, but outside the object.
kanoulis/nodes
19 Downloads
Closure Table Hierarchy data model implementation for PHP Data Objects
fightmaster/dao
141 Downloads
Simple implementation of Data Access Object pattern for Symfony 2 projects.
arg2009/data-entities
9 Downloads
A PHP Implementation of the Data Transfer Object pattern
anfischer/dto
4 Downloads
A PHP implementation of the Data Transfer Object pattern (https://martinfowler.com/eaaCatalog/dataTransferObject.html)
zalevsk1y/container-builder
154 Downloads
Container Builder, provides a simple implementation of a Dependency Injection Container. It allows for easy management of object instances and their dependencies, allowing for more flexible and maintainable code. The module includes methods for adding definition files, retrieving instances, and calling methods on instances with specified arguments. This can help improve code organization and reduce coupling between classes, leading to a more robust and scalable application.
undf/connection-bundle
459 Downloads
Directed graph implementation to create any connection between two objects (ie. follower/following relation in a social network)
src-run/augustus-instantiator-library
38 Downloads
Utility to instantiate objects providing both a stateless and a stateful implementation.
session-interop/utils.arraysession.factory
2 Downloads
This package contains the session factory implementation to be able to create a session object from $_SESSION.
roy404/eloquent
1 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.