phootobr / apiclient
Installs: 178
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
pkg:composer/phootobr/apiclient
Requires
- php: >=7.2
- guzzlehttp/guzzle: ^6.3
- symfony/http-foundation: ^4.2
This package is auto-updated.
Last update: 2025-09-22 01:01: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.