PHPackages                             dietervyncke/dry-sendcloud - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. dietervyncke/dry-sendcloud

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

dietervyncke/dry-sendcloud
==========================

Dry Sendcloud

1.0.2(5y ago)0471[2 PRs](https://github.com/dietervyncke/dry-sendcloud/pulls)PHP

Since May 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dietervyncke/dry-sendcloud)[ Packagist](https://packagist.org/packages/dietervyncke/dry-sendcloud)[ RSS](/packages/dietervyncke-dry-sendcloud/feed)WikiDiscussions master Synced today

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

DRY Sendcloud
=============

[](#dry-sendcloud)

Dry PHP Client for Sendcloud API (unofficial client).

Full docs of the Sendcloud API can be found on

Index
-----

[](#index)

- [Installation](#installation)
- [Usage](#usage)
    - [Register](#register-the-service-provider)
    - [Create parcel &amp; label](#create-parcel--label)
    - [Get all parcels](#get-all-parcels)
    - [Get parcel by id](#get-parcel-by-id)
    - [Get all active Sendcloud Shipping Methods](#get-all-active-sendcloud-shipping-methods)
    - [Get a label by parcel id](#get-a-label-by-parcel-id)

Installation
------------

[](#installation)

```
composer require dietervyncke/dry-sendcloud

php oak migration migrate -m sendcloud

```

Config options
--------------

[](#config-options)

NameDefaultapi\_urlpublic\_apisecret\_apiUsage
-----

[](#usage)

### Register the service provider

[](#register-the-service-provider)

```
