phootobr / apiclient
v1.3.2
2019-05-22 05:16 UTC
Requires
- php: >=7.2
- guzzlehttp/guzzle: ^6.3
- symfony/http-foundation: ^4.2
This package is auto-updated.
Last update: 2024-11-21 23:06:52 UTC
README
This library provides access to Phooto Brasil's REST API
Requirements
- PHP >= 7.2
- cURL Extension
Installation
composer require phootobr/apiclient
Usage
$apiClient = new \PhootoBR\APIClient\Client("{YOUR_CLIENT_ID}", "{YOUR_SECRET_ID}", "{SERVICE}", "{SANDBOX_MODE|true/false}"); $data = [ "hello" => "world", ]; $response = $apiClient->post("{ENDPOINT}", $data);
Services
- emails
- mce360
License
This library is open-sourced software licensed under the MIT license.