https://github.com/hell-sh/smw
A simple and secure wrapper for interacting with MySQL servers.
https://github.com/hell-sh/smw
Last synced: 4 months ago
JSON representation
A simple and secure wrapper for interacting with MySQL servers.
- Host: GitHub
- URL: https://github.com/hell-sh/smw
- Owner: hell-sh
- License: mit
- Created: 2017-11-17T12:33:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T07:18:42.000Z (about 5 years ago)
- Last Synced: 2025-06-11T15:32:19.068Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smw, the simple & secure mysqli wrapper
A simple and secure wrapper for interacting with MySQL servers.
We've been using smw in our backend for years and neither tools nor experts managed to perform unwanted SQL commands.
## Usage
If you're using [Composer](https://getcomposer.org), you can simply `composer require hell-sh/smw`
Further information can be found [here](https://github.com/hell-sh/smw/blob/master/example.php).