Installing SimpleCache

This page will help you install SimpleCache. You'll be up and running in a jiffy!

To get started we must install SimpleCache with composer

composer require j0sh0nat0r/simple-cache

Next (if you haven't already) include composer's autoload file like so

<?php
require_once 'vendor/autoload.php';

What’s Next