Libraries tagged by object container
mouf/html.widgets.menu
241305 Downloads
This package contains objects describing a menu of an application. The menu is described, but this package does not render the menu in any way. You will have to use another package to render the menu in HTML. Usually, templates will provide their own menu renderers.
happy-types/money-type
26650 Downloads
Money library implements Money Value Object which contains amount and currency in the same object.
mouf/html.tags
20407 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.
mouf/utils.common.url-interface
358586 Downloads
This package contains an interface used by many objects to say they represent a URL. The concept is very simple, the object implements a getUrl method, and that's it!
mouf/utils.action.action-interface
371802 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
session-interop/session-interop
62250 Downloads
This package contains the session interface for session interopability. It tries to standardize features in session object
session-interop/middleware.async
54293 Downloads
This package contains a zend's middleware to be able to inject a Session Object into the request
n2n/valobj
2647 Downloads
Contains typical n2n implementations of common value objects.
mouf/html.renderer
362605 Downloads
This package contains the rendering mechanism of the Mouf framework. It is a mechanism allowing packages/templates/developers to overload a default template for various HTML objects.
incursus/laravel-s3-tools
82332 Downloads
This Laravel package contains additional functionality not currently in Laravel for interfacing with Amazon's S3 service, including managing versioned objects.
gemorroj/phpwhois
3508 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.
morningtrain/data-transfer-object-casters
2802 Downloads
A package containing Data Transfer Object casters, for use with spatie/data-transfer-object
interactiv4/data-object-contracts
72776 Downloads
This package contains common interfaces to implement data object classes.
mouf/database.dbconnection
32989 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.
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.