PHPackages                             joungkyun/mysql-extension-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. joungkyun/mysql-extension-wrapper

ActiveLibrary

joungkyun/mysql-extension-wrapper
=================================

pure PHP MySQL extension wrapper

1.0.2(3y ago)181.6k↓100%10BSD-2-ClausePHPPHP &gt;=4.1.0

Since Aug 7Pushed 2y ago5 watchersCompare

[ Source](https://github.com/OOPS-ORG-PHP/mysql-extension-wrapper)[ Packagist](https://packagist.org/packages/joungkyun/mysql-extension-wrapper)[ Docs](https://github.com/OOPS-ORG-PHP/mysql-extension-wrapper)[ RSS](/packages/joungkyun-mysql-extension-wrapper/feed)WikiDiscussions master Synced 1mo ago

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

Wrapper for PHP mysql extension
===============================

[](#wrapper-for-php-mysql-extension)

[![GitHub license](https://camo.githubusercontent.com/0875a41ed859371bc6f1a50176cf5899d4b10514288c8cb0ceae0de309e6698e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4253442d626c75652e7376673f7374796c653d706c6173746963)](https://raw.githubusercontent.com/OOPS-ORG-PHP/mysql-extension-wrapper/master/LICENSE)

The mysql-wrapper api support mysql extension api, and was designed to work best as with mysql extension. If you have PHP7 environment and must need mysql extension api, this is good choise.

License
-------

[](#license)

BSD 2-clause

Requirements
------------

[](#requirements)

1. This wrapper api requires mysqli extension on PHP 4.1 and after
2. check with ***is\_resource()*** about mysql link and mysql result, replace ***is\_myresource()*** api. For example:

```

```

Example
-------

[](#example)

```
