codeguy / php-the-right-way

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web
https://www.phptherightway.com
Other
9.03k stars 3.25k forks source link

[suggestion] Add Meekro as PDO Library #1008

Open danielscsc opened 1 month ago

danielscsc commented 1 month ago

Meekro (Github) has recently released v3.0, which uses PDO under the hood instead of mysqli. This is a wonderful library for what it does, and I'd suggest adding it to the list found here.

Thanks for this great resource!