PHPackages                             cop-cos/cop-guzzle-sdk - 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. [API Development](/categories/api)
4. /
5. cop-cos/cop-guzzle-sdk

ActiveLibrary[API Development](/categories/api)

cop-cos/cop-guzzle-sdk
======================

COSCOShipping COP SDK - PHP version

1.0.2(4y ago)11.8k↓50%Apache-2.0PHPPHP &gt;=7.0

Since Feb 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/cop-cos/openapi-sdk-php)[ Packagist](https://packagist.org/packages/cop-cos/cop-guzzle-sdk)[ Docs](https://github.com/cop-cos/openapi-sdk-php)[ RSS](/packages/cop-cos-cop-guzzle-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

An implementation of PHP for COP SDK
====================================

[](#an-implementation-of-php-for-cop-sdk)

Install
-------

[](#install)

- To install via [Composer](http://getcomposer.org/) composer.json.

```
    "require": {
        "php": ">=7.0",
        "ext-openssl": "*",
        "guzzlehttp/guzzle": ">=7.2",
        "cop-cos/cop-guzzle-sdk":">=1.0.0"
    }
```

And perform installation:

```
	composer install
```

Requirements
------------

[](#requirements)

- PHP 7.0+
- guzzlehttp/guzzle 7.2+

Usage
-----

[](#usage)

```
