stefanak-michal / meekrodb
The Simple PHP/MySQL Library
Fund package maintenance!
Ko-Fi
Installs: 46
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 71
Open Issues: 0
pkg:composer/stefanak-michal/meekrodb
Requires
- php: >=7.1.0
- ext-mysqli: *
Provides
README
Learn more: http://www.meekro.com
MeekroDB is:
- A PHP MySQL library that lets you get more done with fewer lines of code, and makes SQL injection 100% impossible.
- Google's #1 search result for "php mysql library" since 2013, with thousands of deployments worldwide.
- A library with a perfect security track record. No bugs relating to security or SQL injection have ever been discovered.
This fork
I took MeekroDB one file and splitted it into files with classes under namespace. I've added annotations, return types, raised minimum php version and removed static access.