rpungello/package-tracking

Provides helpful utilities for dealing with tracking numbers

0.4.0 2024-04-24 20:25 UTC

This package is auto-updated.

Last update: 2024-04-29 15:41:15 UTC


README

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.