Skip to content

Flash storage based on ip/user/session with drivers for redis and filesystem

Notifications You must be signed in to change notification settings

phore/phore-flash

Repository files navigation

Phore flash

Install

composer requre phore/flash

Basic usage

$flash = new Flash("redis://redisHost");

$key = $flash->withQuickHash("some value")->withTTL(30);

$key->get()
$key->set("some value");
$key->del();

About

Flash storage based on ip/user/session with drivers for redis and filesystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published