An open API service indexing awesome lists of open source software.

https://github.com/rstoetter/csqlscript-php

a PHP class to execute SQL scripts (mysql)
https://github.com/rstoetter/csqlscript-php

batch-processing mysql parser php5 script-sql sql

Last synced: 29 days ago
JSON representation

a PHP class to execute SQL scripts (mysql)

Awesome Lists containing this project

README

          

# csqlscript-php

The class cSqlScript is written in PHP and helps to execute SQL scripts.

The namespace is rstoetter\\cSqlScript

## Installation

This project assumes you have composer installed. Simply add:

"require" : {

"rstoetter/csqlscript-php" : ">=1.0.0"

}

to your composer.json, and then you can simply install with:

composer install

## more information

See the [project wiki](https://github.com/rstoetter/csqlscript-php/wiki) for more information.