Search by

farento / rest-sdk

farento-com

SDK for api.farento.com

1.0 2019-06-03 15:18 UTC

This package is not auto-updated.

Last update: 2026-09-02 22:09:01 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.