/apc-polyfill

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

Primary LanguagePHP

APC Polyfill

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();
?>