PHPackages                             superbolt/core-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. superbolt/core-php

ActiveLibrary

superbolt/core-php
==================

PHP package for Superbolt

00[1 PRs](https://github.com/superboltapp/core-php/pulls)PHP

Since May 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/superboltapp/core-php)[ Packagist](https://packagist.org/packages/superbolt/core-php)[ RSS](/packages/superbolt-core-php/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (2)Used By (0)

core-php
========

[](#core-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7883cec9623e3a394fdb8c2cbcfc7ab618a6f525b33153127fce8e302928b065/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7375706572626f6c742f636f72652d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/superbolt/core-php)[![GitHub Workflow Status](https://camo.githubusercontent.com/06b98d06e8d82ab9137111a8a7dbda87c20bd2504dc57f7ef9a2d665aa22c64b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7375706572626f6c746170702f636f72652d7068702f52756e25323074657374732f6d61737465723f7374796c653d666c61742d737175617265)](https://github.com/superboltapp/core-php/actions)[![Total Downloads](https://camo.githubusercontent.com/141b8794f3072ed470badf641f393e1bd309b7f50f778036aee6dafd6fc8b4d5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7375706572626f6c742f636f72652d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/superbolt/core-php)

Debugging background tasks is already hard enough as it is. Superbolt monitors your scheduled tasks and saves the logs for you.

This package integrates access to the Superbolt API with your PHP application.

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

[](#installation)

Via Composer

```
$ composer require superbolt/core-php
```

Usage
-----

[](#usage)

```
$apiClient = new Superbolt\Core\Api('YOUR_SUPERBOLT_API_KEY');
$cronLogger = new Superbolt\Core\Cron($api);

$startResponse = $cronLogger->sendStartPing('HelloWorldCommand', '* * * * *', 'production');
$finishResponse = $cronLogger->sendFinishPing($startResponse->getCronToken(), 0);
$logResponse = $cronLogger->sendLog($finishResponse->getCronToken(), 'Hello World', 0);
```

Have a look at [Cron.php](src/Cron.php) to see how each method exactly works. The tests of course also are a great case of how this package can be used.

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
vendor/bin/phpunit
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Superbolt team](https://github.com/superboltapp)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](license.md) for more information.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d8700d69abe733de151f8cf49084e99ded7b9d34d7b0d1cd8f3825f5d925ff3?d=identicon)[JeroenG](/maintainers/JeroenG)

---

Top Contributors

[![Jeroen-G](https://avatars.githubusercontent.com/u/1116853?v=4)](https://github.com/Jeroen-G "Jeroen-G (10 commits)")

### Embed Badge

![Health badge](/badges/superbolt-core-php/health.svg)

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

PHPackages © 2026

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