PHP integration for Pagar.me API
Via Composer
composer require 'pagarme/pagarme-php'
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);
Check the wiki for detailed documentation.
Also checkout our contributing guide before you send us any contribution.