malik_humza_nandla/mysql-library

A small library to implement mysql functions after php 5.6 so you can use this library to migrate your project to a newer php version without limitation of mysql deprecation

1.0.0 2022-09-16 05:36 UTC

This package is auto-updated.

Last update: 2025-04-16 11:10:51 UTC


README

A library for huge projects which were based on mysql php extension that was deprecated and removed since php 5.6

To install this using composer

composer require malik_humza_nandla/mysql-library

After installation, you just need to import the autoloader from composer inside your dbconfig i.e dbconfig.php file

Note $cn variable is reserved for this library

If this helped you don't forget to give star.