farento / rest-sdk
SDK for api.farento.com
1.0
2019-06-03 15:18 UTC
Requires
- php: >=7.2
- ext-json: *
- doctrine/collections: ^1.0
- guzzle/http: ^3.9
- symfony/http-foundation: ~3.4|~4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.11
- pdepend/pdepend: ^2.2
- phploc/phploc: ^4.0
- phpmd/phpmd: ^2.6
- phpunit/phpunit: ^7.0
- sebastian/phpcpd: ^2.0
- sebastian/version: ^2.0
- symfony/process: ^4.0
This package is not auto-updated.
Last update: 2025-04-02 15:24:05 UTC
README
How to use
Install package:
composer require farento/rest-sdk
If you use symfony configure services:
\Farento\SDK\Service\HttpClient
\Farento\SDK\Service\Router
\Farento\SDK\Service\AuthenticationServiceInterface
\Guzzle\Http\Client
If not create some tool for it, like Builder
Also create Authorization service which will implement \Farento\SDK\Service\AuthenticationServiceInterface
and inject it to \Farento\SDK\Service\HttpClient
How to get authorization token
Please write me to admin@farento.com and I will provide it for you.