Skip to content

Rehyved/php-utilities

Repository files navigation

Utility classes for PHP

Build Status

A set of PHP utilities used in Rehyved libraries to help out with some common operations.

This library provides helper for things such as String comparison or Url handling. It also contains an ObjectMapper capable of mapping Arrays to objects of the requested type. This can be especially useful when trying to retrieve data from the POST data after a form submission or when receiving data from an api call.