2017 © Pedro Peláez
 

library package-cache

ZN Framework Cache

image

znframework/package-cache

ZN Framework Cache

  • Wednesday, July 25, 2018
  • by znframework
  • Repository
  • 3 Watchers
  • 0 Stars
  • 171 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 16 Versions
  • 51 % Grown

The README.md

, (*1)

ZN Framework Cache Package

Follow the steps below for installation and use. , (*2)

Installation

You only need to run the following code for the installation. , (*3)

composer require znframework/package-cache

Documentation

Click for documentation of your library. , (*4)

Example Usage

Basic level usage is shown below. , (*5)

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

ZN\ZN::run();

Cache::insert('example', 'Example Data');

echo Cache::select('example');

The Versions