Download the PHP package kurianvarkey/helper-buddy without Composer
On this page you can find all versions of the php package kurianvarkey/helper-buddy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kurianvarkey/helper-buddy
More information about kurianvarkey/helper-buddy
Files in kurianvarkey/helper-buddy
Download kurianvarkey/helper-buddy
More information about kurianvarkey/helper-buddy
Files in kurianvarkey/helper-buddy
Vendor kurianvarkey
Package helper-buddy
Short Description Helper class to validate and correct JSON attribute types, ensuring proper structure and defaults for string, int, float, and boolean.
License MIT
Package helper-buddy
Short Description Helper class to validate and correct JSON attribute types, ensuring proper structure and defaults for string, int, float, and boolean.
License MIT
Please rate this library. Is it a good library?
Informations about the package helper-buddy
Package with some array and json helper methods
Installation
You can install the package via composer:
JsonBuddy
A json helper class to validate json structure. You can validate json structure by providing a list of keys and types.
- Supported types: string, array, object, int, float, decimal, boolean / bool
- Format: "path" => "type:default" (default is optional and only used when type is string, int, float, bool)
- Note: if the final attribute in the path doesn't exist, it will be created
For example
will output:
ArrayBuddy
A array helper class to remove null values recursively.
Another method to replace null values with a string recursively.
All versions of helper-buddy with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
The package kurianvarkey/helper-buddy contains the following files
Loading the files please wait ....