shingonoide/pagarme-php

Pagar.Me PHP Library with support to override api url

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 147

Type:lib

pkg:composer/shingonoide/pagarme-php

v3.0.2.1 2017-02-15 03:47 UTC

README

PHP integration for Pagar.me API

SensioLabsInsight Coverage Status

Installation

Via Composer

composer require 'pagarme/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.