rstoetter / csqlscript-php
class to execute sql scripts
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/rstoetter/csqlscript-php
Requires
- php: >=7.0
- rstoetter/ctextparser-php: >=1.0.0
This package is not auto-updated.
Last update: 2025-09-28 09:24:54 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.