ervinomueller / pagarme-php
v4.0.0-alpha
2018-09-20 18:53 UTC
Requires
- php: >=5.6.0
- guzzlehttp/guzzle: >=6.3
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3.3
This package is auto-updated.
Last update: 2026-06-08 00:24:14 UTC
README
Pagar.me PHP SDK
PHP integration for Pagar.me API
ANNOUNCEMENT: this fork was made to add fields that the original sdk does not support yet (2018-11-15)
Installation
Via Composer
composer require 'ervinomueller/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.