brenno-duarte/apcu-oop

The simplest OOP wrapper for APCu functions

1.0.1 2024-08-14 16:26 UTC

This package is auto-updated.

Last update: 2024-11-14 17:03:36 UTC


README

The simplest OOP wrapper for APCu functions

Installing

composer require brenno-duarte/apcu-oop

How to use

Firstly, you must instantiate the APCu class.

use APCU\APCu;

$apcu = new APCu();

The methods available in this class are similar to those of the APCu functions.

License

MIT