imper86/allegroapi

Simple PHP SDK for Allegro.pl REST Api


README

This lib was made to to make your life easier dealing with allegro APIs.

If you're still using v5 please refactor your app and use v6, because older versions are no longer maintained.

V6.x

This version allows PHP8, and uses lcobucci/jwt v4.

Installation

Install with composer (http://getcomposer.org)

composer require imper86/allegroapi

Requirements

  • PHP >= 7.1
  • ext-json
  • ext-fileinfo
  • ext-soap

Usage (docs)

Framework integrations

Contributing

Any help will be very appreciated :).

Experiencing problems? Feel free to report it in GitHub Issues

Pull requests