An application showing how to handle background jobs using worker dynos in PHP on Heroku.
- www/index.php to serve a front-end using Silex that allows submission of new text and displays existing submissions.
- bin/worker.php to process jobs.
- Heroku Scheduler for running jobs.
For a full explanation of the individual components and more background information, please check out the PHP Workers article on Heroku Dev Center.
To deploy this application to Heroku right now, you can use this button: