cyberschias/pagarme-php


README

68747470733a2f2f63646e2e7261776769742e636f6d2f70616761726d652f6272616e642f396563333064336434613664643862373939626361316332356636306662313233616436366435622f6c6f676f2d636972636c652e737667

Pagar.me PHP SDK

PHP integration for Pagar.me API


SensioLabsInsight Coverage Status

Installation

Via Composer

composer require 'cyberschias/pagarme-php'

Usage

Basic

First you need to create an PagarMe object with your API-KEY (Avaliable on your dashboard)

$apiKey = 'ak_test_grXijQ4GicOa2BLGZrDRTR5qNQxJW0';
$pagarMe =  new \PagarMe\Sdk\PagarMe($apiKey);

Wiki

Check the wiki for detailed documentation.

Contributing

Also checkout our contributing guide before you send us any contribution.