Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.1 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.1 KB

Allegro REST API PHP SDK

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