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)
- Host: GitHub
- URL: https://github.com/rstoetter/csqlscript-php
- Owner: rstoetter
- License: mit
- Created: 2017-06-30T09:34:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T13:45:00.000Z (about 8 years ago)
- Last Synced: 2025-08-19T06:10:07.015Z (10 months ago)
- Topics: batch-processing, mysql, parser, php5, script-sql, sql
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.