UPS Logo

UPS PHP API

Connect with UPS Using PHP and EasyPost

Using PHP to Integrate with UPS?

You can't do it through UPS. They use SOAP/XML for their endpoints with absolutely no client libraries or documentation to support you, but you can use Easypost to connect to UPS today using PHP.

With EasyPost's UPS PHP API, you can:

  • Print labels at the industry's lowest price
  • Track every outbound (or inbound) package
  • Verify every address, domestic or international
  • Shop for rates across your shipping accounts
  • Automate package insurance with low premiums
<?php

$client = new \EasyPost\EasyPostClient(getenv('EASYPOST_API_KEY'));

$shipment = $client->shipment->create([
    'to_address' => $to_address,
    'from_address' => $from_address,
    'parcel' => [
        'predefined_package' => 'Parcel',
        'weight' => 28
    ]
]);

$client->shipment->buy(
    $shipment->id,
    ['rate' => $shipment->lowest_rate()]
);

Tracking Packages

Track packages across all major carriers.

Learn more

Address Verification

Validate domestic and international addresses.

Learn more

International & Customs

Learn how to handle international shipping seamlessly.

Learn more

Shipping Insurance

Shipping insurance for all items sent with EasyPost.

Learn more

Leading companies rely on EasyPost

QALO

QALO uses EasyPost's API to automate their returns for an unbeatable customer experience.

EP&V

With EasyPost's API, Expedited Passports & Visas cut their operational load in half.

Casper

Casper sped up their European launch thanks to EasyPost's support of over 30+ European carriers.

EasyPost in the News

Bloomberg logo
Entrepreneur logo
NY Times logo
Tech Crunch logo

Connect to EasyPost Today

Sign up and start shipping in the same day with our PHP Libraryopens in new tab. If you have any questions, or if you want to talk logistics, feel free to reach out to one of our shipping experts.