rstoetter/csqlscript-php

class to execute sql scripts

v1.0.4 2018-05-31 13:44 UTC

This package is not auto-updated.

Last update: 2025-06-08 08:01:11 UTC


README

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 for more information.