Download the PHP package italiansubs/resque-enqueuer without Composer
On this page you can find all versions of the php package italiansubs/resque-enqueuer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download italiansubs/resque-enqueuer
More information about italiansubs/resque-enqueuer
Files in italiansubs/resque-enqueuer
Package resque-enqueuer
Short Description A library that lets you enqueue jobs in Resque from a PHP application
License MIT
Homepage http://andreausu.github.com/ResqueEnqueuer
Informations about the package resque-enqueuer
ResqueEnqueuer
A library that lets you enqueue Resque jobs from a PHP application.
Requirements
- php >= 5.3.3 (>= 5.4 in order to be able to run the tests)
- phpredis
Installation
Create a composer.json file with the following content:
Then run
You should now have ResqueEnqueuer installed inside your vendor folder: vendor/italiansubs/resque-enqueuer
And an handy autoload file to include in you project: vendor/autoload.php
How to use
Testing
The library is fully tested with PHPUnit.
Go to the base library folder and install the dev dependencies with composer, and then run the phpunit test suite
Thanks
Many thanks to the great folks that developed and are contributing to the absolutely awesome tool that is Resque!
Also props to my friend and colleague Matteo Giachino that pushed me to open source my first project and from whom I pretty much copied this readme structure.
All versions of resque-enqueuer with dependencies
ext-redis Version *