PHPackages                             cronguard/cronguard-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. [API Development](/categories/api)
4. /
5. cronguard/cronguard-php

ActiveLibrary[API Development](/categories/api)

cronguard/cronguard-php
=======================

Oficial PHP SDK para Cronguard API

v1.0.0(5mo ago)13MITPHPPHP ^8.1

Since Feb 4Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/samuelazvedo/cronguard-php)[ Packagist](https://packagist.org/packages/cronguard/cronguard-php)[ RSS](/packages/cronguard-cronguard-php/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

Cronguard PHP SDK
=================

[](#cronguard-php-sdk)

The PHP SDK for the Cronguard API.

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

[](#installation)

You can install the package via composer:

```
composer require cronguard/cronguard-php
```

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Guzzle HTTP Client

Basic Usage
-----------

[](#basic-usage)

Instantiate the client with your API key:

```
use Cronguard\Client;

$client = new Client('YOUR_API_KEY');
```

### Ping

[](#ping)

You can ping a monitor using its UUID:

```
$client->ping('MONITOR_UUID');
```

### Monitors

[](#monitors)

List all monitors:

```
$monitors = $client->monitors()->list();
```

Create a new monitor:

```
// Name, Period (seconds), Grace (seconds)
$newMonitor = $client->monitors()->create('Backup Database', 3600, 300);
```

Get a specific monitor:

```
$monitor = $client->monitors()->get('MONITOR_ID');
```

Update a monitor:

```
$client->monitors()->update('MONITOR_ID', [
    'name' => 'New Name',
    'period_seconds' => 7200
]);
```

Delete a monitor:

```
$client->monitors()->delete('MONITOR_ID');
```

Get monitor events:

```
$events = $client->monitors()->events('MONITOR_ID');
```

### Notifications

[](#notifications)

List notifications (paginated):

```
$notifications = $client->notifications()->list(page: 1);
```

Testing
-------

[](#testing)

To run the tests:

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

License
-------

[](#license)

MIT

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance73

Regular maintenance activity

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

150d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/90466544?v=4)[samuelazvedo](/maintainers/samuelazvedo)[@samuelazvedo](https://github.com/samuelazvedo)

---

Top Contributors

[![samuelazvedo](https://avatars.githubusercontent.com/u/90466544?v=4)](https://github.com/samuelazvedo "samuelazvedo (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M992](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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