Download the PHP package taskinbirtan/json-to-mysql-table without Composer
On this page you can find all versions of the php package taskinbirtan/json-to-mysql-table. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download taskinbirtan/json-to-mysql-table
More information about taskinbirtan/json-to-mysql-table
Files in taskinbirtan/json-to-mysql-table
Download taskinbirtan/json-to-mysql-table
More information about taskinbirtan/json-to-mysql-table
Files in taskinbirtan/json-to-mysql-table
Vendor taskinbirtan
Package json-to-mysql-table
Short Description Convert JSON data to MySQL table
License
Package json-to-mysql-table
Short Description Convert JSON data to MySQL table
License
Please rate this library. Is it a good library?
Informations about the package json-to-mysql-table
json-to-mysql-table
JsonToMysqlTable is a PHP library for converting JSON data to MySQL database table. It provides a simple and flexible way to create a MySQL table from a JSON object.
Installation
You can install the library using Composer. If you don't already have Composer installed, you can download it from https://getcomposer.org/.
require_once 'vendor/autoload.php';
use TaskinBirtan\JsonToMysqlTable\JsonToMysqlTable;
// create a new instance of the JsonToMysqlTable class
$jsonToMysqlTable = new JsonToMysqlTable();
// convert the JSON data to a MySQL table
$json = file_get_contents('example.json');
$tableName = 'example_table';
$jsonToMysqlTable->convert($json, $tableName);All versions of json-to-mysql-table with dependencies
PHP Build Version
Package Version
No informations.
The package taskinbirtan/json-to-mysql-table contains the following files
Loading the files please wait ...