Download the PHP package popphp/pop-shipping without Composer
On this page you can find all versions of the php package popphp/pop-shipping. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download popphp/pop-shipping
More information about popphp/pop-shipping
Files in popphp/pop-shipping
Download popphp/pop-shipping
More information about popphp/pop-shipping
Files in popphp/pop-shipping
Vendor popphp
Package pop-shipping
Short Description Pop Shipping Component for Pop PHP Framework
License BSD-3-Clause
Homepage https://github.com/popphp/pop-shipping
Package pop-shipping
Short Description Pop Shipping Component for Pop PHP Framework
License BSD-3-Clause
Homepage https://github.com/popphp/pop-shipping
Please rate this library. Is it a good library?
Informations about the package pop-shipping
pop-shipping
- Overview
- Install
- Create Auth Client
- Create Shipping Adapter
- Get Rates
- Get Tracking
- Validate Address
Overview
Pop Shipping is a helpful component to manage different shipping APIs from common shipping providers. With it, you can get shipping rates as well as track packages. Currently, the supported shipping providers are:
- FedEx
- UPS
Also, it provides address validation through the Google Maps API.
Top
Install
Install pop-shipping
using Composer.
composer require popphp/pop-shipping
Or, require it in your composer.json file
"require": {
"popphp/pop-shipping" : "^3.0.0"
}
Top
Create Auth Client
FedEx
UPS
Authenticate and store token
Create Shipping Adapter
FedEx
UPS
Get Rates
Get Tracking
Validate Address
Top
All versions of pop-shipping with dependencies
PHP Build Version
Package Version
The package popphp/pop-shipping contains the following files
Loading the files please wait ....