lifeeka / jsql
Convert Json Object to SQL.
Installs: 457
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 2
pkg:composer/lifeeka/jsql
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-10-10 21:37:32 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