PHP data utility classes.

0.6.0 2022-11-29 16:42 UTC

This package is auto-updated.

Last update: 2024-03-29 04:18:40 UTC


README

Filtering

Wrappers for filter_input.

  • Cookie
  • Get
  • Post
  • Server
  • Session

Data Objects

  • DateRange
  • GpsPoint
  • NumericRange
  • Version

The Version data object is designed to work with the Bump command line utility to reference version information from version.json

String

The string class supports the BASIC string manipulation commands such as left, right, mid and trim. Also, quote, dequote, toCamelCase and toSnakeCase.

Formatter

The formatter class is deprecated and being replaced by the formatters package.

Unit Conversion

ArrayHelper