Predis

Predis 1.0.3 updated

In simpler terms Predis is just a PHP abstraction layer for Redis. This means developers can use PHP-specific syntax to create & run database queries and retrieve query results at the same time. Predis allows them to focus on their PHP skills without...

redis-lua

redis-lua 2.0.4

redis-lua provides a way for Lua apps and websites to use a Redis database as their data storage environment.redis-lua is quite easy to install and use if you're aware of common Lua programming practices and should be a main-stay in your personal code...

read more
Macchiato

Macchiato 0.0.5-dev

Macchiato works and can be used in two ways:- It can take CoffeeScript code and convert it to JavaScript- It can take CoffeeScript, convert it to JavaScript, execute the JS code and pass the results to the PHP environment (via the SpiderMonkey PECL...