Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors