Skip to content

joaopschias/pagarme-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

😎 Pagar.me's PHP API 2017-08-28

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.3%
  • Gherkin 4.7%