phootobr/apiclient

Installs: 178

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 2

pkg:composer/phootobr/apiclient

v1.3.2 2019-05-22 05:16 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.