A PHP component/library for data handling.
Note: for multidimensional arrays, array key can also be a special formatted string using /
as separator.
Example: "foo/bar/baz".
Two service types available:
As above except validates data to be non-empty.
Both service types can be used as:
Data must be of the type specified.
Data is cast to the specified type when extracting.
Example use case: database result where everything is a string.
composer check:phpcs && composer check:phpstan && composer check:phpmd && composer check:psalm && composer check:phan
composer test:dox
public/index.php