This is a PHP extension. To compile it:

 $ phpize
 $ ./configure
 $ make

It requires a few dependencies:

 luajit - LUA just in time compiler. http://www.luajit.org/

== Mac OS X ==

Using brew:
 brew install luajit
