PHPackages                             ahmetgunes/scheduledevent - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ahmetgunes/scheduledevent

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ahmetgunes/scheduledevent
=========================

Scheduled Event library for php

v0.2.2(8y ago)6432Apache-2.0PHPPHP ^7.0

Since Feb 13Pushed 8y ago2 watchersCompare

[ Source](https://github.com/ahmetgunes/scheduledevent)[ Packagist](https://packagist.org/packages/ahmetgunes/scheduledevent)[ RSS](/packages/ahmetgunes-scheduledevent/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (5)Used By (2)

ScheduledEvent
==============

[](#scheduledevent)

ScheduledEvent uses MQ's for throwing events, you can create a Message and pass it to the Managers. The object of the Manager is to publish the "Event" to the MQ and consume the incoming message and route using a Router.

### How to use

[](#how-to-use)

Implement the QueueManagerInterface, it should be constructing the Manager which publishes/consumes events. Different events must have their own classes, so that you can have your own data. Your message classes must implement `convert()` and `deConvert()` methods for converting your events to MQ of your choice.

For example;

```
    class SendSMSMessage extends AbstractMessage
    {
           protected $receiver;

           protected $text;
    }
```

**You should serialize the messages by implementing MessageSerializerInterfece or send an already serialized one to your managers**

**You are on your own while implementing the `RouterInterface` since you should do what you want with your events. The `$type` attribute can help you with that, but you can also use different Message classes for different events (Recommended way).**

**You should define your queues as priority queues since we use priority attributes.**

**If you pass a Unix timestamp as `$designatedDate` attribute your message will be requeued until that time comes**

### Incoming

[](#incoming)

1. Unit Tests
2. Apache Kafka Wrapper on a different repo

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

4

Last Release

3010d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/26428b5f3b50be8f3bce5f8dfe581ab47ceb0cd357826640a78c70213eef8be2?d=identicon)[ahmetgunes](/maintainers/ahmetgunes)

---

Top Contributors

[![ahmetgunes](https://avatars.githubusercontent.com/u/4534608?v=4)](https://github.com/ahmetgunes "ahmetgunes (20 commits)")

### Embed Badge

![Health badge](/badges/ahmetgunes-scheduledevent/health.svg)

```
[![Health](https://phpackages.com/badges/ahmetgunes-scheduledevent/health.svg)](https://phpackages.com/packages/ahmetgunes-scheduledevent)
```

###  Alternatives

[simple-updates/phpwhois

This package contains a Whois (RFC954) library for PHP. It allows a PHP program to create a Whois object, and obtain the output of a whois query with the Lookup function.

251.4k](/packages/simple-updates-phpwhois)

PHPackages © 2026

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