2017 © Pedro Peláez
 

library parcelforce-tracking-scraper

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

image

richbarrett/parcelforce-tracking-scraper

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

  • Monday, July 30, 2018
  • by richbarrett
  • Repository
  • 3 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 40 % Grown

The README.md

Introduction

This scrapes Parcelforce tracking events from their website because they do not provide an official tracking API., (*1)

Installation

composer require richbarrett/parcelforce-tracking-scraper, (*2)

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

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., (*3)

The Versions

30/07 2018

dev-master

9999999-dev https://github.com/richbarrett7/ParcelforceTrackingScraper

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

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Richard Barrett

tracking courier delivery scrape parcelforce

22/02 2018

0.2

0.2.0.0 https://github.com/richbarrett7/ParcelforceTrackingScraper

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

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Richard Barrett

tracking courier delivery scrape parcelforce

21/12 2017

0.1

0.1.0.0 https://github.com/richbarrett7/ParcelforceTrackingScraper

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

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Richard Barrett

tracking courier delivery scrape parcelforce