minkbear/support-legacy-apps

Support Legacy Application (running PHP <= 5.3)

Installs: 120

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/minkbear/support-legacy-apps

v1.0.2 2023-03-01 14:17 UTC

This package is auto-updated.

Last update: 2025-09-29 03:06:46 UTC


README

My package is patch when you are using mysql_* and run PHP >= 8.0

Requirements

PHP >= 8.0

Installing

$ composer require minkbear/support-legacy-apps

Usage

require __DIR__ . '/vendor/autoload.php';

mysql_fetch_array(...);

License

MIT