Libraries tagged by object container
mouf/database.dbconnection
32598 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
happy-types/money-type
25073 Downloads
Money library implements Money Value Object which contains amount and currency in the same object.
session-interop/middleware.async
53282 Downloads
This package contains a zend's middleware to be able to inject a Session Object into the request
n2n/valobj
827 Downloads
Contains typical n2n implementations of common value objects.
incursus/laravel-s3-tools
82304 Downloads
This Laravel package contains additional functionality not currently in Laravel for interfacing with Amazon's S3 service, including managing versioned objects.
morningtrain/data-transfer-object-casters
2676 Downloads
A package containing Data Transfer Object casters, for use with spatie/data-transfer-object
sdui/daterange
6 Downloads
Provides an Object that contains the DateTimeRange for start and end times. Also provides the opportunity to create the gaps between a scope and multiple intersections.
mouf/html.widgets.form-elements
20095 Downloads
This package contains PHP objects representing common HTML form elements, along renderers.
mouf/html.tags
20141 Downloads
This package contains a pure PHP object representation of HTML5 tags. There is one class for each existing HTML tag, and one getter/setter per attribute.
joseki/leanmapper-extension
1291 Downloads
This is an extension of Tharos/LeanMapper ORM. This extension contains mapper specification and a Query object including its usage in a repository
simple-updates/phpwhois
1408 Downloads
This package contains a Whois (RFC954) library for PHP. It allows a PHP program to create a Whois object, and obtain the output of a whois query with the Lookup function.
neunerlei/event-bus
1965 Downloads
This package contains a PSR-14 compliant event dispatcher facade, which aims to bring the listener provider and dispatcher objects closer together.
coco-project/html-builder
47 Downloads
Document Object Model (DOM) document generator, each attribute of each DOM node contains corresponding API operations.
gemorroj/phpwhois
3327 Downloads
This package contains a Whois (RFC954) library for PHP. It allows a PHP program to create a Whois object, and obtain the output of a whois query with the Lookup function.
bartoszbartniczak/array-object
180 Downloads
ArrayOfObjects is the extension of the SPL ArrayObject concept. ArrayOfObjects may contain only objects of given type.