Relaxx
From ArchWiki
Getting relaxx to work with Arch
The only configuration you have to do for relaxx under Arch is this:
pecl install json
Which will install the json library, required by php to support some functions of relaxx. Then simply edit /etc/php/php.ini so it reads like so:
extension=json.so
This includes the json library into php's extensions.