Classes, interfaces and traits

BaseDependantClass

A base class that implements easy dependency injection management

« More »

BaseSingletonClass

A base class that implements the singleton pattern for PHP and can be extended to convert a class to a singleton object

« More »

BaseStrictClass

A base class that can be extended to protect created objects from access/read to undefined properties, and all other defensive OOP best practices

« More »

CSVObject

CSV data abstraction

« More »

DateTimeObject

date and time format object abstraction based on ISO 8601 standard

« More »

HashMapObject

HashMapObject abstraction

« More »

JavaPropertiesObject

Object that stores java properties file format data

« More »

TableObject

A 2D table structure

« More »

TextTemplateObject

Text template abstraction

« More »