An open API service indexing awesome lists of open source software.

https://github.com/cjsaylor/event-driven-apps-demo

Demo application show casing event driven applications utilizing Symfony's event dispatcher.
https://github.com/cjsaylor/event-driven-apps-demo

Last synced: over 1 year ago
JSON representation

Demo application show casing event driven applications utilizing Symfony's event dispatcher.

Awesome Lists containing this project

README

          

# Event Driven Cart Demo

This is an example cart application illustrating the usage of events via
Symfony's EventDispatcher library.

This is refered to by the ["Event Driven Applications" presentation](http://slideshare.net/cjsaylor/event-driven-application).

### Requirements

* PHP 5.3+
* Webserver (apache2, nginx, etc)

### Install

```shell
php composer.phar install
```

### Running

Navigate browser to /event-driven-apps-demo/cart/index.php