rehyved/php-utilities

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

0.3.3.1 2018-04-30 19:34 UTC

This package is auto-updated.

Last update: 2024-05-07 04:13:05 UTC


README

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.