Libraries tagged by object implementation
fightmaster/dao
144 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
9 Downloads
A PHP implementation of the Data Transfer Object pattern (https://martinfowler.com/eaaCatalog/dataTransferObject.html)
zalevsk1y/container-builder
161 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)
thingston/psr17
9 Downloads
Implementation of PSR-17 standard for factories that create PSR-7 compliant HTTP objects.
src-run/augustus-instantiator-library
41 Downloads
Utility to instantiate objects providing both a stateless and a stateful implementation.
session-interop/utils.arraysession.factory
4 Downloads
This package contains the session factory implementation to be able to create a session object from $_SESSION.
roy404/eloquent
254 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.
rbakker/cymruwhois
5 Downloads
A PHP implementation which queries the Cymru WHOIS server and parses the output to Objects
pop-schema/queriedobject-wp
3575 Downloads
Implementation for WordPress of contracts from package "Queried Object"
php-standard-library/random-sequence
0 Downloads
Object-oriented random number sequences with injectable, seedable implementations
phauthentic/presentation
16 Downloads
A framework and library agnostic presentation layer implementation. The purpose of this is to provide a data transfer object to make your application independent from the underlying rendering implementation.
okuley/wordpress-nonce
26 Downloads
Implementation of the whole featured WordPress Nonces in an object oriented way. Included in the root directory is a unit test case.
nerd/glue
128 Downloads
Glue is a simple library that helps various libraries work together, simplifying things like relying on various implementations of things like Caching, by creating a centralized factory for creating such objects. It's a form of Dependency Injection.