PHPackages                             scones/resque-logger - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. scones/resque-logger

ActiveLibrary[Queues &amp; Workers](/categories/queues)

scones/resque-logger
====================

resque-logger is a psr/log plugin for scones/resque to log all events

1.0.1(7y ago)0281MITPHPPHP ~7.2

Since Oct 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/scones/resque-logger)[ Packagist](https://packagist.org/packages/scones/resque-logger)[ Docs](https://github.com/scones/resque-logger)[ RSS](/packages/scones-resque-logger/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/8f0a0fc3b8fcfd1f3cd857a4d30c24b8e862f0bcbdb082b77e0721644f200882/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73636f6e65732f7265737175652d6c6f676765722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/scones/resque-logger/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8fb2589e4e3c881545147017811f8b3b990c78663052eedb36859d2c8d42d158/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73636f6e65732f7265737175652d6c6f676765722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/scones/resque-logger/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/982b455ab6921b1a3c7f3bec3c4682a002803267dcd4702b7abe4f0135e9c37a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73636f6e65732f7265737175652d6c6f676765722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/scones/resque-logger/?branch=master)

Resque Logger
=============

[](#resque-logger)

This is a plugin to log all events from scones/resque via a psr logger.

Install
-------

[](#install)

In most cases it should suffice to just install it via composer.

`composer require scones/resque-logger "*@stable"`

Usage
-----

[](#usage)

You will need to have a psr-14 listener provider configured ($listenerProvider). You will need to have a psr-14 task processor configured (using the same listener provider, added to resque and worker and job). You will need to have a psr/log logger configured ($logger).

Having that, it will boil down to:

```
$resqueLogger = new ResqueLogger($logger, $listenerProvider);
$resqueLogger->register();
```

You can also always inspect the examples:

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~217 days

Total

2

Last Release

2636d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/472339?v=4)[Lord Dirk Gustke](/maintainers/scones)[@scones](https://github.com/scones)

---

Tags

queuemessage queueresqueTaskspsr-12task-queue

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/scones-resque-logger/health.svg)

```
[![Health](https://phpackages.com/badges/scones-resque-logger/health.svg)](https://phpackages.com/packages/scones-resque-logger)
```

###  Alternatives

[symfony/messenger

Helps applications send and receive messages to/from other applications or via message queues

1.1k137.2M1.7k](/packages/symfony-messenger)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k20](/packages/tempest-framework)[symfony/amazon-sqs-messenger

Symfony Amazon SQS extension Messenger Bridge

4614.6M26](/packages/symfony-amazon-sqs-messenger)[api-platform/metadata

API Resource-oriented metadata attributes and factories

275.5M254](/packages/api-platform-metadata)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
