lifeeka/jsql is a Laravel package for convert json object to sql..
It currently has 2 GitHub stars and 471 downloads on Packagist.
Install it with composer require lifeeka/jsql.
Discover more Laravel packages by lifeeka
or browse all Laravel packages to compare alternatives.
Last updated

Convert Json Object to SQL.
composer require lifeeka/jsql:dev-master
<?php
$config['host'] = '127.0.0.1';
$config['db'] = 'test';
$config['username'] = 'test';
$config['password'] = 'test';
$Client = new Lifeeka\JSQL\Client($config);
$Client->loadFile('sample/sample2.json');
$Client->migrate();
./vendor/bin/phpunit
Contributions are welcome! 😍
This project is licensed under the MIT License