neuron-php / data
PHP data utility classes.
Installs: 13 729
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- ext-calendar: *
- ext-curl: *
- ext-json: *
- neuron-php/formatting: 0.6.*
Requires (Dev)
- phpunit/phpunit: 9.*
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.