Installation

Composer

The recommended way to install the SDK is by using composer.

composer require myparcelcom/api-sdk

Keeping the SDK updated

Make sure you regularly do a composer update in the project which the SDK is used, to pull the latest version with fixes and new features.

The SDK is hosted on Packagist and they offer Atom/RSS Feeds as a way to be informed about new releases. The RSS feed for our SDK is: https://packagist.org/feeds/package.myparcelcom/api-sdk.rss

GitHub

If you do not use composer, you can download the latest release from the GitHub repository. We do not recommend this method as you will have to set up your own auto-loading and you will have to manually update the SDK with each release.