Skip to content

rpungello/package-tracking

Repository files navigation

Package Tracking Utilities

Latest Version on Packagist Tests Total Downloads

Provides helpful utilities for dealing with tracking numbers

Installation

You can install the package via composer:

composer require rpungello/package-tracking

Usage

$instance = new \Rpungello\PackageTracking\PackageTracking();
$package = $instance->parseTrackingNumber('1Z12345E0305271640');
$packages = $instance->parsePackages("First line has a tracking number 1Z12345E0305271640 and some other text\nSecond line has 1Z12345E0205271688");

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages