Libraries tagged by array to json
stahiralijan/request-caster
76 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.
garyjones/php-type-converter
24 Downloads
Converts one resource to another (XML, JSON, Object, Array, Serialization). PSR-2. Supports nested resources.
renoki-co/laravel-yaml-config
4 Downloads
The usual Laravel config files, but with one YAML. Write objects and arrays in your config without having to write ugly inline, JSON.
spyrmp/json-serializer-deserializer
90 Downloads
Serialize php arrays to json. Deserialize json to php arrays.
emidia/yii2-jsonify
543 Downloads
Behavior that convert array to JSON before save data in model
phapi/serializer-jsonp
1518 Downloads
Phapi JSONP Serializer is a middleware based serializer that converts arrays to JSON and adds the provided (validated) callback method name.
phapi/serializer-json
1549 Downloads
Phapi JSON Serializer is a middleware based serializer that converts arrays to JSON. The middleware are PSR-7 compliant and a package developed for and used by the Phapi Framework.
izisaurio/json-to-array
32 Downloads
Json file to PHP array
cliveportman/csv-to-json
6 Downloads
Takes a CSV file and converts each row into a keyed array.
manojkiran/jsonwriter
6 Downloads
Reads and Writes PHP array or Laravel Collection to JSON file
kristijorgji/php-json-bender
1057 Downloads
A library to transform json to php array declarations.
isaacongoma/jsonwriter
7 Downloads
Reads and Writes PHP array or Laravel Collection to JSON file
fersot/excel-to
26 Downloads
Laravel package that converts Excel/CSV files to JSON, Collection, or Array — with fluent API, sheet selection, column filtering, and export support.
ronappleton/php-to-xml
3 Downloads
Convert Json String, Object or Array to Simple XML
averor/json-mapper
69 Downloads
Mapping from json to given class or array of classes