Helpers
Introduction
In a PHP MVC framework, helpers are utility classes that assist in common tasks such as formatting data, handling arrays, or performing calculations. Helpers are meant to simplify your code and make it more readable by isolating repeated logic into reusable functions.
The framework may include several built-in helpers to make your development process faster and more efficient.
List Of Available Helpers
-
ApiHelper - Provides a standarized success and error responses for APIs
-
ScimHelper - Provides a set of function to help with the SCIM 2.0 Protocol
-
ValidatorHelper - Provides a powerfull data validation against a set of predefined rules
↑ (Última atualização: 13/05/2025)