Libraries tagged by array to json
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
30 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
1056 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
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
qlimix/encoding-json
6 Downloads
Encoding & decoding array's to string and vice versa
phpfacile/event-json
38 Downloads
This service basically perform a mapping between an event retrieved from a database as an array to an event as an array that will be easily transformed (using json_encode()) in a target JSON string formatted as expected.
rep98/csv-to-array
4 Downloads
Combierte Archivos CSV a xml, json y array en php
raheelarifkhans/json-to-html-converter
3 Downloads
This PHP function takes a JSON object and converts it into a structured HTML detail page. The function handles nested objects and arrays, displaying them appropriately in a user-friendly format.
easeappphp/json-decode
65 Downloads
This is to do json_decode operation only on valid json string and in a highly performing way.