PHPackages                             richbarrett/parcelforce-tracking-scraper - 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. richbarrett/parcelforce-tracking-scraper

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

richbarrett/parcelforce-tracking-scraper
========================================

Scrapes Parcelforce tracking events from their website because they do not provide an official tracking API

0.2(8y ago)2391[1 PRs](https://github.com/richbarrett7/ParcelforceTrackingScraper/pulls)MITPHPPHP &gt;=5.6.0

Since Dec 21Pushed 5y ago4 watchersCompare

[ Source](https://github.com/richbarrett7/ParcelforceTrackingScraper)[ Packagist](https://packagist.org/packages/richbarrett/parcelforce-tracking-scraper)[ Docs](https://github.com/richbarrett7/ParcelforceTrackingScraper)[ RSS](/packages/richbarrett-parcelforce-tracking-scraper/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Introduction
============

[](#introduction)

This scrapes Parcelforce tracking events from their website because they do not provide an official tracking API.

Installation
============

[](#installation)

`composer require richbarrett/parcelforce-tracking-scraper`

Usage
=====

[](#usage)

```
include_once('vendor/autoload.php');

try {

  $trackingNumber = 'AB1234567';

  $scraper = new \richbarrett\ParcelforceTrackingScraper\ParcelforceTrackingScraper($trackingNumber);
  $events = $scraper->getEvents();

  print_r($events);

} catch(Exception $e) {

  die('Error: '.$e->getMessage());

}
```

Health Warning
==============

[](#health-warning)

Obviously Parcelforce could change their tracking webpage at any time resulting in this breaking, so bear that in mind if you use it in your application.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~63 days

Total

2

Last Release

3050d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/198626cb4c52feff8c059ebc5344389c1e6351c936dcc6164713da28a6e88a64?d=identicon)[richbarrett](/maintainers/richbarrett)

---

Top Contributors

[![monuddin](https://avatars.githubusercontent.com/u/6583470?v=4)](https://github.com/monuddin "monuddin (5 commits)")[![richbarrett7](https://avatars.githubusercontent.com/u/5858993?v=4)](https://github.com/richbarrett7 "richbarrett7 (5 commits)")

---

Tags

trackingscrapedeliverycourierParcelforce

### Embed Badge

![Health badge](/badges/richbarrett-parcelforce-tracking-scraper/health.svg)

```
[![Health](https://phpackages.com/badges/richbarrett-parcelforce-tracking-scraper/health.svg)](https://phpackages.com/packages/richbarrett-parcelforce-tracking-scraper)
```

###  Alternatives

[zumba/amplitude-php

PHP SDK for Amplitude

4010.1M5](/packages/zumba-amplitude-php)[kyranb/footprints

A simple registration attribution tracking solution for Laravel (UTM Parameters and Referrers)

206366.0k](/packages/kyranb-footprints)[crwlr/crawler

Web crawling and scraping library.

36816.4k2](/packages/crwlr-crawler)[hcodes/server_yametrika

Server-side tracking of visitors using Yandex.Metrica

7521.0k](/packages/hcodes-server-yametrika)[sylius/shipping

Flexible shipping component for PHP e-commerce projects.

13219.5k10](/packages/sylius-shipping)

PHPackages © 2026

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