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.
- Host: GitHub
- URL: https://github.com/cjsaylor/event-driven-apps-demo
- Owner: cjsaylor
- Created: 2013-06-04T20:30:36.000Z (about 13 years ago)
- Default Branch: cart-demo
- Last Pushed: 2013-09-22T23:31:41.000Z (almost 13 years ago)
- Last Synced: 2025-01-22T10:36:29.590Z (over 1 year ago)
- Language: PHP
- Size: 172 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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