All Projects → darkain → php-tracking-urls

darkain / php-tracking-urls

Licence: BSD-2-Clause license
Converts package tracking numbers into URLs (UPS, FedEx, USPS, and more)

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to php-tracking-urls

shippo-csharp-client
Shipping API C# library (USPS, FedEx, UPS and more)
Stars: ✭ 52 (+10.64%)
Mutual labels:  ups, dhl, fedex, shipping-api, usps
ShippingRates
.NET wrapper to UPS, FedEx, USPS and DHL shipping rates APIs
Stars: ✭ 23 (-51.06%)
Mutual labels:  shipping, ups, dhl, fedex, usps
tracking-number-validation
A simple way to validate tracking number for the following couriers.
Stars: ✭ 22 (-53.19%)
Mutual labels:  ups, fedex, usps
usps-api
Python Wrapper for the USPS API 🚚 📦
Stars: ✭ 52 (+10.64%)
Mutual labels:  shipping, usps
shipengine-openapi
The official OpenAPI 3.0 definitions for ShipEngine™
Stars: ✭ 13 (-72.34%)
Mutual labels:  shipping, shipping-api
m2.TrackingLink
Magento2. Extension add Tracking Url in Shipment Email.
Stars: ✭ 35 (-25.53%)
Mutual labels:  shipping
utility-scripts-for-freenas-and-vmware-esxi
All-In-One utility scripts for FreeNAS and VMware ESXi
Stars: ✭ 59 (+25.53%)
Mutual labels:  ups
Laravel-UPS-Api
A small Laravel's wrapper for the PHP UPS API library
Stars: ✭ 29 (-38.3%)
Mutual labels:  ups
ATtiny13-TinyUPS
Uninterruptible Power Supply
Stars: ✭ 92 (+95.74%)
Mutual labels:  ups
purplship-dashboard
The Open Source Shipping dashboard for karrio
Stars: ✭ 57 (+21.28%)
Mutual labels:  shipping-api
MMM-ShipmentTracking
Shipment Tracking Module for MagicMirror²
Stars: ✭ 24 (-48.94%)
Mutual labels:  dhl
ups-telegraf
Get data from USB-connected UPS with Telegraf
Stars: ✭ 21 (-55.32%)
Mutual labels:  ups
ballotnav
A repository for HackforLA's BallotNav project
Stars: ✭ 21 (-55.32%)
Mutual labels:  usps
woo-pakettikauppa
Pakettikauppa plugin for WooCommerce
Stars: ✭ 22 (-53.19%)
Mutual labels:  shipping
ntUPSd
Network UPS Tools upsd Compatible Server for Windows
Stars: ✭ 17 (-63.83%)
Mutual labels:  ups
python-nut2
Communicate with Network UPS Tools servers from Python.
Stars: ✭ 30 (-36.17%)
Mutual labels:  ups
spree-postal-service
Weight based calculator for Spree Commerce.
Stars: ✭ 21 (-55.32%)
Mutual labels:  shipping
java-demo
快递100API-Java快递查询接口主要应用在电商商城、ERP系统商、WMS系统商、独立站电商卖家、银行等企业。本Java快递查询接口目录提供:快递单号查询API接口、快递电子面单接口、寄快递接口、同城配送接口、快递地图跟踪接口等Java demo。接入只需要跟随Java快递查询接口示例即可,如需帮助,请点击下方官网链接,官网技术人员会免费帮助您接入接口。快递100API开放平台与国内外1200家快递公司合作提供快递单号查询API接口,快递电子面单接口,寄快递接口,快递地图跟踪接口等电商运营必备的物流快递工具.
Stars: ✭ 164 (+248.94%)
Mutual labels:  shipping-api
m2.ShippingTweaks
Magento2. Extension hides any other shipping methods if free shipping is available.
Stars: ✭ 43 (-8.51%)
Mutual labels:  shipping
dropship
Super simple deployment tool
Stars: ✭ 62 (+31.91%)
Mutual labels:  shipping

PHP Package Tracking URL Library

Build Status

About

PHP Package Tracking URL Library is used to convert package tracking numbers into their respective shipper's online tracking URL format.

Supported shippers:

  • United States Postal Service (USPS)
  • United Parcel Service (UPS)
  • Federal Express (FedEx)
  • OnTrac
  • DHL

License

This software library is licensed under the BSD 2-clause license, and may be freely used in any project which is compatible with this license.

Example

Usage:

$tracking = '1Z9999W99999999999';
$url = get_tracking_url($tracking);
echo $url;

Output:

http://wwwapps.ups.com/WebTracking/processInputRequest?TypeOfInquiryNumber=T&InquiryNumber1=1Z9999W99999999999
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].