imper86 / allegroapi
Simple PHP SDK for Allegro.pl REST Api
Installs: 6 198
Dependents: 2
Suggesters: 0
Security: 0
Stars: 16
Watchers: 7
Forks: 8
Open Issues: 0
Requires
- php: >=7.1
- ext-fileinfo: *
- ext-json: *
- ext-soap: *
- guzzlehttp/guzzle: ^6.3
- lcobucci/jwt: ^4.0
- php-http/guzzle6-adapter: ^2.0
- php-http/httplug: ^2.0
- psr/log: *
- ramsey/uuid: ^3.8
Requires (Dev)
- graylog2/gelf-php: ^1.6
- imper86/vbump: ^1.0
- symfony/var-dumper: ^4.3
- wsdl2phpgenerator/wsdl2phpgenerator: ^3.4
- dev-master
- 6.1.0
- 6.0.1
- 6.0.0
- v5.x-dev
- 5.4.1
- 5.4.0
- 5.3.10
- 5.3.9
- 5.3.8
- 5.3.7
- 5.3.6
- 5.3.5
- 5.3.4
- 5.3.3
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.15
- 5.2.14
- 5.2.13
- 5.2.12
- 5.2.11
- 5.2.10
- 5.2.9
- 5.2.8
- 5.2.7
- 5.2.6
- 5.2.5
- 5.2.4
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.9
- 5.1.8
- 5.1.7
- 5.1.6
- 5.1.5
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.1
- 5.0.0
- v4.x-dev
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.14
- 4.1.13
- 4.1.12
- 4.1.11
- 4.1.10
- 4.1.9
- 4.1.8
- 4.1.7
- 4.1.6
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- v3.x-dev
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.1
- 2.0.0
- v1.x-dev
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
This package is auto-updated.
Last update: 2024-11-07 20:09:33 UTC
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
- Please follow PSR-1 and PSR-2
- Please write commit messages with some description of changes
- rebase your branch before submitting PR