Download the PHP package pearl/csv-json-converter without Composer
On this page you can find all versions of the php package pearl/csv-json-converter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pearl/csv-json-converter
More information about pearl/csv-json-converter
Files in pearl/csv-json-converter
Download pearl/csv-json-converter
More information about pearl/csv-json-converter
Files in pearl/csv-json-converter
Vendor pearl
Package csv-json-converter
Short Description Convert CSV to JSON and JSON to CSV file format using PHP
License MIT
Package csv-json-converter
Short Description Convert CSV to JSON and JSON to CSV file format using PHP
License MIT
Please rate this library. Is it a good library?
Informations about the package csv-json-converter
Convert CSV to JSON and JSON to CSV using PHP.
Installation
composer require pearl/csv-json-converter
How to use?
JSON to CSV:
Sample Json Data:
Data loading:
- Array or Json values are accepted.
- Custom output header optional available. This is optional parameter if not passed then default header will be considered.
Or load the json data from file.
Data conversion result options :
Output:
name | author | publisher | language |
---|---|---|---|
Half Girlfriend | Chetan Bhagat | Rupa Publications | en |
My Journey: Transforming Dreams into Actions | A.P.J. Abdul Kalam | Rupa Publications | en |
CSV to JSON:
Load the CSV data.
Or Load the csv data from file.
Data conversion result options :
Sample Csv:
name | author | publisher | language |
---|---|---|---|
Half Girlfriend | Chetan Bhagat | Rupa Publications | en |
My Journey: Transforming Dreams into Actions | A.P.J. Abdul Kalam | Rupa Publications | en |
Output:
All versions of csv-json-converter with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.0
The package pearl/csv-json-converter contains the following files
Loading the files please wait ....