A quick and dirty application to demonstrate how Magento Webhooks could be used to provide a service that integrates with twitter.
You can install composer.phar using one of the following commands:
*nix: curl -s http://getcomposer.org/installer | php
Windows: Follow the instructions at http://getcomposer.org/download/
Run the following command to install our dependencies (such as silex)
composer.phar install
- Copy the
twitter_credentials.yml.dist
file totwitter_credentials.yml
- Update the yml file with your credentials.
Create a webhook in Magento and point it to this endpoint http://<domain>/<install_root>/web/index.php/endpoint