gabrielbull/ups-api
PHP library wrapping UPS APIs (Quantum View, Tracking, Shipping, Rating, Time in Transit, Address Validation) with simple classes and examples. Helps fetch rates, create shipments, validate addresses, and track packages.
AccountNumber by @xerc in https://github.com/gabrielbull/php-ups-api/pull/352Full Changelog: https://github.com/gabrielbull/php-ups-api/compare/2.0.4...2.1.0
Full Changelog: https://github.com/gabrielbull/php-ups-api/compare/2.0.3...2.0.4
Full Changelog: https://github.com/gabrielbull/php-ups-api/compare/2.0.2...2.0.3
Add: #336
Implement Ratetimeintransit and Shoptimeintransit requests
Items marked with [!] may incur backwards incompatibility.
The XML response was proper stripped of namespaces (to work easier with), but the XML string was still having namespaces. In the case users want to cache the string, they need to refactor it afterwards again. This change prohibits that.
Landed Cost endpoint can be used to estimate import duties the receiver has to pay when sending using the prepaid shipping method. Can also be used to calculate the costs to charge to the client when using the option to pay for all duties (free domicile).
Note that the Tradeability API requires the usage of SOAP, so you need to have the php-soap extension installed. Also note that the Tradeability API consist of 4 endpoints, of which Landed Cost is the first one.
Original Tracking class had only support for tracking based on shipment number. This change adds the functionality to also track it based on Reference Number. A reference number can be, e.g., the invoice number supplied while creating the shipment.
confirm and accept methods of Shipping class now receive Shipment, ShipmentRequestLabelSpecification and
ShipmentRequestReceiptSpecificationItems marked with [!] may and will incur backwards incompatibility.
How can I help you explore Laravel packages today?