Libraries tagged by json string
irap/json-validator
847 Downloads
A package to make it easy to use a validate JSON strings.
becker-oss/json-styler
4 Downloads
Component to properly style Json Strings.
c2is/json-extractor
16588 Downloads
Library for extracting JSON from a string or DomDocument object
json-zlib/compressor
1712 Downloads
A library to (de-)compress JSON strings using `zlib`.
cmpayments/jsonlint
4589 Downloads
JSON Lint for PHP checks a string for invalid or malformed JSON, control character error, incorrect encoding or just plain old syntax errors. It returns comprehensive feedback in a one-line error message (one-line message especially meant for REST APIs) about the first error that occurred in the (JSON) string. It supports both RFC 4627 and (its superseding) RFC 7159.
jsonx/jsonx
338 Downloads
PHP library for creating well-formatted JSON strings.
enm/transformer-bundle
411 Downloads
This bundle can be used for transforming an array, an object or a json-string into a needed array, object or json-string and validating the values and the schema against a configuration array.
silinternational/yii2-jsonsyslog
4836 Downloads
Yii2 log target for sending data to Syslog as a JSON encoded string
cmpayments/schemavalidator
4043 Downloads
SchemaValidator is a PHP implementation for validating JSON against a Schema (also a string), the JSON and Schema are both linted with https://github.com/cmpayments/jsonlint. This library is optimized for speed and performance.
khuddus/php-camel-case-helpers
73 Downloads
A php tool to convert underscored or dashed arrays to camelcased arrays
interitty/utils
1009 Downloads
Extension of the standard Nette/Utils by some other features that are specific for use in the Interitty projects.
goodmagma/laravel-translations
231 Downloads
Export Localization strings and translate it via Google Translate for Laravel
josantonius/validate
471 Downloads
PHP simple library for managing of data types.
eggbe/helpers
410 Downloads
Useful functions library
stahiralijan/request-caster
73 Downloads
This package intercepts Laravel Form Submits after successful validation and provides useful function and also casts the submitted form data accordingly e.g. Upper-case first Characters of Words, Capitalized them, and checkbox value "1" to boolean, JSON string to PHP Array conversions etc.