PHPackages                             sendworks/sendworks-php - 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. sendworks/sendworks-php

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

sendworks/sendworks-php
=======================

PHP Client bindings for Sendworks Shipping API

v1.0.4(9y ago)011MITPHPPHP &gt;=5.5.0

Since May 3Pushed 9y agoCompare

[ Source](https://github.com/sendworks/sendworks-php)[ Packagist](https://packagist.org/packages/sendworks/sendworks-php)[ RSS](/packages/sendworks-sendworks-php/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (6)Used By (0)

\#sendworks-php

Sendworks API wrapper for PHP

This library wraps the Sendworks REST API in an object-oriented PHP interface. For a full specification of the REST API, please have a look at

\##Usage

You can use the library by cloning this repository into a subfolder of your application and include the file [`include_all.php`](https://github.com/sendworks/sendworks-php/blob/master/include_all.php).

Alternatively, you can use [Composer](https://getcomposer.org/) to load the library. Just type:

```
composer require sendworks/sendworks-php

```

\##Getting started

To use, first create a connection instance, using your api key:

```
