PHPackages                             ircykk/allegro-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. [HTTP &amp; Networking](/categories/http)
4. /
5. ircykk/allegro-api

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

ircykk/allegro-api
==================

Allegro API client

v1.23.0(1y ago)113.9k12[3 issues](https://github.com/ircykk/allegro-api/issues)MITPHPPHP &gt;=5.6CI failing

Since Jun 16Pushed 1y ago4 watchersCompare

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

READMEChangelogDependencies (7)Versions (29)Used By (0)

PHP Allegro API
===============

[](#php-allegro-api)

Allegro API client library, written with PHP.

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

[](#requirements)

- PHP &gt;= 5.6 || PHP &gt;= 7.0
- HTTP client

Features
--------

[](#features)

- REST and SOAP WebApi
- Sandbox support
- Auto-complete
- PSR compatible

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

[](#installation)

Via Composer:

```
composer require ircykk/allegro-api
```

Library is build on top of [HTTPlug](http://httplug.io/), we need to install HTTP client.

```
composer require php-http/guzzle6-adapter "^1.1"
```

Developer Documentation
-----------------------

[](#developer-documentation)

Usage of client
---------------

[](#usage-of-client)

### Authentication with OAuth

[](#authentication-with-oauth)

```
