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.
This version allows PHP8, and uses lcobucci/jwt v4.
Install with composer (http://getcomposer.org)
composer require imper86/allegroapi
- PHP >= 7.1
- ext-json
- ext-fileinfo
- ext-soap
Any help will be very appreciated :).
Experiencing problems? Feel free to report it in GitHub Issues
- Please follow PSR-1 and PSR-2
- Please write commit messages with some description of changes
- rebase your branch before submitting PR