PHPackages                             grom/silex-resque - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. grom/silex-resque

AbandonedArchivedLibrary

grom/silex-resque
=================

62.2k2PHP

Since Jul 2Pushed 12y ago1 watchersCompare

[ Source](https://github.com/GromNaN/SilexResque)[ Packagist](https://packagist.org/packages/grom/silex-resque)[ RSS](/packages/grom-silex-resque/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

SilexResque
===========

[](#silexresque)

This package offers improved integration of the php-resque package into your Silex project. It comes with a console command to maintain a worker, and an abstract job class that makes the Silex application available to each job.

Installation
------------

[](#installation)

```
php composer.phar require grom/silex-resque:dev-master
```

If you already have a console set up, just add the `Grom\SilexResque\Command\ResqueWorkerCommand($app)` command to it. If you don't, here's an easy way to make one:

```
php composer.phar require knplabs/console-service-provider:dev-master
```

Then create a file called something like `bin/console`, make it executable then fill it with something like:

```
#!/usr/bin/env php
