/phphants-march-php

This is the PHP side of the demo app made for my presentation on integrating Node.js with PHP for the PHPHants March meet up

Primary LanguagePHP

This is the PHP side of the demo app I created for my presentation at the PHPHants March 2013 meet up.

There is also a corresponding Node.js application.

Running Guide

  1. Install nginx + php-fpm and configure with the nginx config file
  2. Install bower
  3. Install assets with bower install
  4. Run the node.js app
  5. Connect to the redis shell using the command redis-cli and push news items with rpush news '{"content": "Testy test", "to": "theusername"}'