compralo / compralo-php
Compralo PHP Library
Installs: 1 312
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- php: >=5.6.0
README
Compralo PHP SDK
PHP integration for Compralo API
Installation
Via Composer
composer require 'compralo/compralo-php'
Usage
Basic
First you need to create an Compralo object with your API-KEY (Avaliable on your dashboard)
$apiKey = '827260d4-fb11-45c6-7e45-b2c65ac51ee9'; $Compralo = new \Compralo\Compralo($apiKey);
Wiki
Check the wiki for detailed documentation.
Contributing
Also checkout our contributing guide before you send us any contribution.