PHPackages                             sunsetboy/sitechecker\_sdk - 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. sunsetboy/sitechecker\_sdk

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

sunsetboy/sitechecker\_sdk
==========================

Website checker PHP SDK

0.3.0(4y ago)042MITPHPPHP ^7.2 || ^8

Since Aug 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Sunsetboy/website-checker-php-sdk)[ Packagist](https://packagist.org/packages/sunsetboy/sitechecker_sdk)[ RSS](/packages/sunsetboy-sitechecker-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (2)Versions (9)Used By (0)

Website Checker PHP SDK
=======================

[](#website-checker-php-sdk)

SDK for working with Check My Website service

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

[](#requirements)

- PHP 7.2+ with json extension

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

[](#installation)

```
composer require sunsetboy/sitechecker_sdk

```

Quick start
-----------

[](#quick-start)

```
// init the SiteChecker
$siteChecker = new SiteChecker(
    'sitechecker_url',
    'your_api_key',
    10 // timeout in seconds, 10 by default
);

/*
    Create a new job
*/
$websiteId = YOUR_WEBSITE_ID;
// urls to check, at least 1
$urls = [
    'http://www.example.com',
    'http://www.example.com/my-url',
];
$sitemapUrl = 'http://www.example.com/sitemap.xml'; // could be an empty string

$createdJobDto = $siteChecker->createJob($websiteId, $urls, $sitemapUrl);

/** @var \SiteCheckerSDK\Dto\Job $createdJobId */
$createdJobId = $createdJobDto->getId();

// now you can use this id to request your job results

/*
 * Get a job results
 */
/** @var \SiteCheckerSDK\Dto\Job $jobResult */
$jobResult = $siteChecker->getJob($createdJobId);
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Recently: every ~46 days

Total

8

Last Release

1514d ago

PHP version history (2 changes)0.0.1PHP ^7.2

0.3.0PHP ^7.2 || ^8

### Community

Maintainers

![](https://www.gravatar.com/avatar/ecbbac51d8f207740686be95efe3eccf7b2188d8e023524bf8c3e0d0b5195bcc?d=identicon)[Sunsetboy](/maintainers/Sunsetboy)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sunsetboy-sitechecker-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/sunsetboy-sitechecker-sdk/health.svg)](https://phpackages.com/packages/sunsetboy-sitechecker-sdk)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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