PHPackages                             pershin/mysql\_backward\_compatibility\_wrapper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. pershin/mysql\_backward\_compatibility\_wrapper

ActiveLibrary[Database &amp; ORM](/categories/database)

pershin/mysql\_backward\_compatibility\_wrapper
===============================================

MySQL Backward Compatibility Wrapper

1.0.2(6y ago)171MITPHPPHP &gt;=7.0

Since Sep 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/pershin/mysql_backward_compatibility_wrapper)[ Packagist](https://packagist.org/packages/pershin/mysql_backward_compatibility_wrapper)[ RSS](/packages/pershin-mysql-backward-compatibility-wrapper/feed)WikiDiscussions master Synced today

READMEChangelog (4)DependenciesVersions (4)Used By (0)

MySQL Backward Compatibility Wrapper
====================================

[](#mysql-backward-compatibility-wrapper)

All mysql\_\* functions in PHP 7 with debug mode.

REQUIREMENTS
------------

[](#requirements)

The minimum requirement by this library that your server supports PHP 7.0.0.

### Install via Composer

[](#install-via-composer)

You can then install this library using the following command:

```
composer require pershin/mysql_backward_compatibility_wrapper
```

Usage
-----

[](#usage)

In your PHP script (without Composer):

```
include 'vendor/pershin/mysql_backward_compatibility_wrapper/autoload.php';
```

Example:

```
