PHPackages                             kruegge82/goexpress - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. kruegge82/goexpress

ActiveLibrary[HTTP &amp; Networking](/categories/http)

kruegge82/goexpress
===================

API for creating, updating, canceling shipments and generating labels for GO! Express &amp; Logistics.

v0.2(8mo ago)012unlicensePHPPHP ^8.1

Since May 11Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/kruegge82/GOExpress-php-sdk)[ Packagist](https://packagist.org/packages/kruegge82/goexpress)[ Docs](https://openapi-generator.tech)[ RSS](/packages/kruegge82-goexpress/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

OpenAPIClient-php
=================

[](#openapiclient-php)

API for creating, updating, canceling shipments and generating labels for GO! Express &amp; Logistics.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
