palmamatheus / pagarme-php
v3.6.1
2017-11-23 18:50 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
- 3.x-dev
- v3.6.1
- v3.5.0
- v3.4.0
- v3.3.2
- v3.3.1
- v3.3.0
- v3.2.4
- v3.2.3
- v3.2.2
- 3.2.1
- v3.2.0
- v3.1.9
- v3.1.8
- v3.1.7
- v3.1.6
- v3.1.5
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0
- 2.x-dev
- v2.0
- v1.1.0
- v1.0.0
- dev-fix/certificate-validation
- dev-remove_key_dump
- dev-fix/customerStdClass
- dev-enable-external-id
- dev-master
This package is not auto-updated.
Last update: 2025-05-02 00:46: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.