PHPackages                             doctorbeat/mysql-continued - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. doctorbeat/mysql-continued

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

doctorbeat/mysql-continued
==========================

A dropin replacement for the removed mysql\_\* functions in php7. Backward compatibility for deprecated mysql functions.

v1.0.5(5y ago)06MITPHPCI failing

Since Jan 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/doctor-beat/mysql-continued)[ Packagist](https://packagist.org/packages/doctorbeat/mysql-continued)[ RSS](/packages/doctorbeat-mysql-continued/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (7)Used By (0)

mysql-continued
===============

[](#mysql-continued)

All existing mysql\_\* functions are deprecated and will be removed from php in version 7. This forces many users to migrate to mysqli or pdo:mysql. mysql-continued aims to be a drop in replacement for the existsing mysql-library. Simply include the php-file and keep on running without modifying and testing your existing code.

limitations
-----------

[](#limitations)

mysql-continued has these limitations:

- it can not handle multiple database connections
- it does not accept passing the $link\_identifier resource into its functions (follows from first limitation)
- it implements most but not all existing functions (see below)
- it ignores the default ini-connect-values in mysql\_connect();
- mysql\_connect ignores the $new\_link and $client\_flags parameters

conflicts
---------

[](#conflicts)

The code creates a global variable '$mysc\_obj' that could conflict with your existing code.

dependencies
------------

[](#dependencies)

- pdo\_mysql

unsupported functions
---------------------

[](#unsupported-functions)

- mysql\_list\_\*
- mysql\_info()
- mysql\_get\_proto\_info()
- mysql\_client\_encoding()
- mysql\_create\_db()
- mysql\_data\_seek()
- mysql\_db\_name()
- mysql\_drop\_db()
- mysql\_fetch\_field()
- mysql\_fetch\_lengths()
- mysql\_fetch\_flags()
- mysql\_fields\_\*
- mysql\_list\_processes()
- mysql\_thread\_id()
- mysql\_stat()

install
-------

[](#install)

Composer

```
composer require doctorbeat/mysql-continued

```

Or old-school: download and

```
require_once MysqlContinued.php;

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~376 days

Recently: every ~470 days

Total

6

Last Release

1895d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30593dfc19d795e456653edaced20abb4313a518b1560286e6adba1e46eebab0?d=identicon)[doctor-beat](/maintainers/doctor-beat)

---

Top Contributors

[![doctor-beat](https://avatars.githubusercontent.com/u/11628099?v=4)](https://github.com/doctor-beat "doctor-beat (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/doctorbeat-mysql-continued/health.svg)

```
[![Health](https://phpackages.com/badges/doctorbeat-mysql-continued/health.svg)](https://phpackages.com/packages/doctorbeat-mysql-continued)
```

###  Alternatives

[stuttter/wp-user-profiles

A sophisticated way to edit users in WordPress

11219.3k1](/packages/stuttter-wp-user-profiles)[fof/analytics

Tracks analytics using Google Analytics, Google Optimize/GTM and Matomo

3543.1k](/packages/fof-analytics)[chrico/wp-fields

Package which provides some re-usable fields for WordPress.

1981.2k](/packages/chrico-wp-fields)[aertmann/history

An improved history backend module for Neos

1070.2k](/packages/aertmann-history)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
