compralo/compralo-php

Compralo PHP Library

1.0.5 2019-10-08 23:14 UTC

This package is auto-updated.

Last update: 2025-07-09 11:51:51 UTC


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.