PHPackages                             imper86/php-baselinker-api - 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. imper86/php-baselinker-api

ActiveLibrary[API Development](/categories/api)

imper86/php-baselinker-api
==========================

Simple wrapper for Baselinker.com API

v1.10.0(7mo ago)41.2k2[2 issues](https://github.com/imper86/php-baselinker-api/issues)MITPHPPHP &gt;=7.4

Since Mar 7Pushed 7mo ago2 watchersCompare

[ Source](https://github.com/imper86/php-baselinker-api)[ Packagist](https://packagist.org/packages/imper86/php-baselinker-api)[ RSS](/packages/imper86-php-baselinker-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (9)Versions (21)Used By (0)

Baselinker.com API PHP SDK
==========================

[](#baselinkercom-api-php-sdk)

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

[](#installation)

```
composer require imper86/php-baselinker-api
```

### HTTPlug note

[](#httplug-note)

This lib uses [HTTPlug](https://github.com/php-http/httplug)so it doesn't depend on any http client. In order to use this lib you must have some [PSR-18 http client](https://www.php-fig.org/psr/psr-18)and [PSR-17 http factories](https://www.php-fig.org/psr/psr-17). If you don't know which one you shoud install you can require these:

```
composer require php-http/guzzle6-adapter http-interop/http-factory-guzzle
```

Usage
-----

[](#usage)

Using this library is very simple, fast example should be enough to understand how it works.

```
