flyingluscas / pagarme-php
v3.4.0
2017-08-18 15:02 UTC
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: >=5.3
Requires (Dev)
- ext-mbstring: *
- behat/mink-extension: ^2.2
- pagarme/git-hooks: dev-master
- phpunit/phpunit: ^4.8
This package is auto-updated.
Last update: 2026-06-08 00:29:10 UTC
README
Pagar.me PHP SDK
PHP integration for Pagar.me API
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.