The Helpers

The helpers are set of small static methods that can help you to perform common task. Mamuph provides by default the following helpers:

  • Arr: This helper help you with the array manipulation and extraction tasks.
  • Date: This helper help you with the date and time operations.
  • File: This helper help you with files operations and listing.
  • Params: This helper help you to process and read the arguments or parameters passed to your app.
  • Version: This helper help you to read the version information of your app.