PHPackages                             torchlighttechnology/delayed-event-api - 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. torchlighttechnology/delayed-event-api

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

torchlighttechnology/delayed-event-api
======================================

TTG task server delayed event API

v2.0.0(8y ago)015.5kPHP

Since Dec 21Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Torchlight-Technology/delayed-event-api)[ Packagist](https://packagist.org/packages/torchlighttechnology/delayed-event-api)[ RSS](/packages/torchlighttechnology-delayed-event-api/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (11)Used By (0)

delayed-event-api
=================

[](#delayed-event-api)

A PHP library to interact with TTG's delayed events service

Install with composer

```
composer require torchlighttechnology/delayed-event-api:"~2.0"

```

Usage in your project

```
use torchlighttechnology\DelayedEventAPI;

$api = new DelayedEventAPI('DELAYEDEVENTS_URL');
```

Events
======

[](#events)

Create a new event
------------------

[](#create-a-new-event)

```
$response = $api->create_event(
	$callback_uri,	// URL string
	$parameters,	// json string e.x. {"email":"test@test.com"}
	$fire_date	// date string in YYYY-MM-DD HH:MM:SS format
);
```

Remove event
------------

[](#remove-event)

```
$response = $api->remove_event(
	$parameters	// json string e.x. {"email":"test@test.com"}
);
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

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 ~47 days

Recently: every ~91 days

Total

9

Last Release

3099d ago

Major Versions

v1.0.7 → v2.0.02018-01-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/b34c8cf0202a169795242cbf2a7b55588a2ced7942cc7462a3c76a816de8ce6a?d=identicon)[\_waffles](/maintainers/_waffles)

---

Top Contributors

[![perichin](https://avatars.githubusercontent.com/u/9864237?v=4)](https://github.com/perichin "perichin (4 commits)")[![stevewaffles](https://avatars.githubusercontent.com/u/2625357?v=4)](https://github.com/stevewaffles "stevewaffles (2 commits)")

### Embed Badge

![Health badge](/badges/torchlighttechnology-delayed-event-api/health.svg)

```
[![Health](https://phpackages.com/badges/torchlighttechnology-delayed-event-api/health.svg)](https://phpackages.com/packages/torchlighttechnology-delayed-event-api)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.6M30](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6045.5M519](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[mayconbordin/l5-stomp-queue

Stomp Queue Driver for Laravel 5

121.1k](/packages/mayconbordin-l5-stomp-queue)

PHPackages © 2026

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