stefanak-michal / meekrodb
The Simple PHP/MySQL Library
Fund package maintenance!
Ko-Fi
v3.0.1
2022-11-07 05:17 UTC
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.