lifeeka / jsql
Convert Json Object to SQL.
dev-master
2019-09-20 06:15 UTC
Requires
- php: >=7.0
- illuminate/database: >=5.4
Requires (Dev)
- mdurrant/php-console-color: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
This package is not auto-updated.
Last update: 2025-03-28 19:18:01 UTC
README
JSQL
Convert Json Object to SQL.
Installation
composer require lifeeka/jsql:dev-master
Usage
<?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();
Tests
./vendor/bin/phpunit
Contributing
Contributions are welcome! 😍
Todos
- Convert SQL to Json
License
This project is licensed under the MIT License