lavoiesl/apc-polyfill

This package is abandoned and no longer maintained. No replacement package was suggested.

Tiny script to create APC aliases when APCu is present but APC support is not emulated.

Maintainers

Package info

github.com/lavoiesl/apc-polyfill

pkg:composer/lavoiesl/apc-polyfill

Statistics

Installs: 43 975

Dependents: 0

Suggesters: 1

Stars: 2

Open Issues: 1

v1.0.1 2016-12-30 04:46 UTC

This package is not auto-updated.

Last update: 2022-07-18 08:53:48 UTC


README

Build Status

In rare cases, APCu would not be providing APC functions, this is a simple wrapper to provide it.

Usage

<?php
use Lavoiesl\APCPolyfill\APCPolyfill;

APCPolyfill::createAliases();
?>