Skip to content

jmikola/silex-mongodb-aggregation-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB aggregation demo (using Silex)

This is a port of Ross Lawley's candlestick demo ported to PHP 5.4 for presentation at the MidwestPHP conference.

Setup

Install Dependencies

$ composer.phar install

Load Data Fixtures

Load the provide sample data into the demo.money collection:

$ mongorestore -d demo -c money --drop ./money.bson

Launch Demo

$ php -S localhost:8080 -t web web/index.php

Alternative web server configurations for Silex may be found here.

About

MongoDB aggregation demo using Silex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published