PHPackages                             printu/labelary - 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. printu/labelary

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

printu/labelary
===============

PHP API for Labelary.com

3.0.0(2y ago)34637.0k↓20.4%8[1 issues](https://github.com/printu/labelary/issues)MITPHPPHP ^8.2CI failing

Since Sep 1Pushed 2y ago4 watchersCompare

[ Source](https://github.com/printu/labelary)[ Packagist](https://packagist.org/packages/printu/labelary)[ Docs](https://labelary.com/)[ RSS](/packages/printu-labelary/feed)WikiDiscussions master Synced 2d ago

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

API Client
==========

[](#api-client)

PHP bindings for the Labelary.com API ().

[API Documentation](http://labelary.com/service.html#parameters)

[![Build Status](https://camo.githubusercontent.com/61debdec8583edf0f27dab3c2f54148821f850bd2e0f4978fa53779445b56f86/68747470733a2f2f7472617669732d63692e6f72672f7072696e74752f6c6162656c6172792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/printu/labelary)[![Code Climate](https://camo.githubusercontent.com/9c03b4980cf8360ed7e0f65a91adc75b7617ce14a8e117e8c43ee678bb186624/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f7072696e74752f6c6162656c6172792f6261646765732f6770612e737667)](https://codeclimate.com/github/printu/labelary)[![Test Coverage](https://camo.githubusercontent.com/cf2d15d7a95bfa662cc603c495f5417f4b6b7eb3baf37cd3fef59f1b6ae47e6d/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f7072696e74752f6c6162656c6172792f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/printu/labelary/coverage)

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

[](#installation)

The API client can be installed via [Composer](https://github.com/composer/composer).

In your composer.json file:

```
{
    "require": {
        "printu/labelary": "~2.0"
    }
}
```

Once the composer.json file is created you can run `composer install` for the initial package install and `composer update` to update to the latest version of the API client.

The client uses [Guzzle](http://docs.guzzlephp.org/en/stable/).

Basic Usage
-----------

[](#basic-usage)

Remember to include the Composer autoloader in your application:

```
