Amazon API

Maintainers

Details

github.com/WaranNL/cache

Source

Issues

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/brysemeijer/cache

dev-master 2016-06-16 13:17 UTC

This package is not auto-updated.

Last update: 2025-10-20 17:23:29 UTC


README

Demo

use Waran\Cache;

$cache = new Cache;
if(!$cache->read('cache_name'))
{
    $cache->write('cache_name', 'cache_data'));
}

About

Waran Cache is a simple cache class that saves your data in individual files.

Install

composer require brysemeijer/cache 1.0.x-dev

TODO

  • automatic type detection (e.g. array, json, raw, etc.)
  • travis-ci, scrutinizer, packaist images...

License

This project is open-sourced software licensed under the MIT license