PHPackages                             anticipated-io/anticipated-io-php - 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. anticipated-io/anticipated-io-php

ActiveLibrary

anticipated-io/anticipated-io-php
=================================

Provides a PHP SDK for accessing the anticipated.io API event service

1.0.0(3y ago)02MITPHP

Since Jun 19Pushed 3y ago2 watchersCompare

[ Source](https://github.com/anticipated-io/anticipated-io-php)[ Packagist](https://packagist.org/packages/anticipated-io/anticipated-io-php)[ Docs](https://anticipated.io/)[ RSS](/packages/anticipated-io-anticipated-io-php/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

PHP SDK for the anticipated.io service
======================================

[](#php-sdk-for-the-anticipatedio-service)

A fast way to add the [anticipated.io](https://anticipated.io) service into your PHP projects.

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

[](#installation)

The recommended way to install the **anticipated.io** SDK is through Composer.

```
composer require anticipated-io/anticipated-io-php
```

Usage
-----

[](#usage)

```
    $key = '890asfe08qt43hqtwr980agdsf9y8dfsay234hnb4308'; // API key from https://app.anticipated.io/apiKeys
    $s = new AnticipatedEvents(['key'=>$key]);
    $dateTime = new \DateTime('now', new \DateTimeZone('UTC'));
    $dateTime->modify('+5 min');
    $results = $s->create(
        $dateTime,
        'https://myservice.com/events',
        'POST',
        ''
    );
```

Tests
-----

[](#tests)

Tests executed via PHPUnit. You will need to use composer to install the dev

```
./vendor/bin/phpunit
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

1420d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/330c62c465de376f97701dddb103b63e54976c880e38cb4e80233227725f7841?d=identicon)[cbschuld](/maintainers/cbschuld)

---

Top Contributors

[![cbschuld](https://avatars.githubusercontent.com/u/231867?v=4)](https://github.com/cbschuld "cbschuld (10 commits)")

---

Tags

schedulerschedulingevent schedulerdelayed eventsanticipated.ioevent serviceevent queue

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/anticipated-io-anticipated-io-php/health.svg)

```
[![Health](https://phpackages.com/badges/anticipated-io-anticipated-io-php/health.svg)](https://phpackages.com/packages/anticipated-io-anticipated-io-php)
```

###  Alternatives

[revolt/event-loop

Rock-solid event loop for concurrent PHP applications.

91943.6M138](/packages/revolt-event-loop)[peppeocchi/php-cron-scheduler

PHP Cron Job Scheduler

8282.5M34](/packages/peppeocchi-php-cron-scheduler)[jmose/command-scheduler-bundle

This Symfony bundle will allow you to schedule all your commands just like UNIX crontab

3361.4M1](/packages/jmose-command-scheduler-bundle)[crunzphp/crunz

Schedule your tasks right from the code.

2292.0M6](/packages/crunzphp-crunz)[omnilight/yii2-scheduling

Scheduling extension for Yii2 framework

3181.0M7](/packages/omnilight-yii2-scheduling)[symfony/scheduler

Provides scheduling through Symfony Messenger

8810.8M52](/packages/symfony-scheduler)

PHPackages © 2026

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