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
- 4.x-dev
- v4.0.0-alpha
- 3.x-dev
- v3.7.12
- v3.7.11
- v3.7.10
- v3.7.9
- v3.7.8
- v3.7.7
- v3.7.6
- v3.7.5
- v3.7.4
- v3.7.3
- v3.7.2
- v3.7.1
- v3.7.0
- 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/v4-instructions
- dev-fix/add-optional-address-data-to-transction
- dev-fix/new-api-version
- dev-master
- dev-test/acceptance
- dev-feature/abstraction-for-transactions-can-be-paid-on-installments
This package is auto-updated.
Last update: 2024-11-07 20:46:56 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.