PHPackages                             bbcreation/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. bbcreation/allegro-api

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

bbcreation/allegro-api
======================

Fork Allegro API client from ircykk - add support to Laravel 6

v1.22.0(6y ago)030MITPHPPHP &gt;=5.6

Since Jun 16Pushed 2y agoCompare

[ Source](https://github.com/bbcreation/allegro-api)[ Packagist](https://packagist.org/packages/bbcreation/allegro-api)[ RSS](/packages/bbcreation-allegro-api/feed)WikiDiscussions master Synced 4d 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)

```
