The class cSqlScript is written in PHP and helps to execute SQL scripts.
The namespace is rstoetter\cSqlScript
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
See the project wiki for more information.