Classes, interfaces and traits

BrowserManager

An abstraction of the browser entity an all its related operations and properties Browser entity is normally available only on client side or front end view applications, but some of its features can also make sense on a server side app. So depending on the implementation language, this class may or may not have some of its methods implemented.

« More »

FTPManager

A Synchronous class to manage and operate with ftp connections

« More »

HTTPManager

Class that contains functionalities related to the HTTP protocol and its most common requests

« More »

LocalizationManager

Fully featured translation manager to be used with any application that requires text internationalization.

« More »

MailManager

Class that acts as an interface to email sending operations

« More »

SerializationManager

Contains methods that allow us to convert data from one complex data structure format to another complex data structure format

« More »

ValidationManager

Class that allows us to manage application validation in an encapsulated way.

We can create as many instances as we want, and each instance will store the validation history and global validation state, so we can use this class to validate complex forms or multiple elements globally. We can also use tags to sandbox different validation elements or groups togheter.

« More »

Classes, interfaces and traits

HTTPManagerGetRequest

Class that defines a GET http request, to be used by HttpManager

« More »

HTTPManagerPostRequest

Class that defines a POST http request, to be used by HttpManager

« More »