pilhadigital / pagarme-php
There is no license information available for the latest version (3.x-dev) of this package.
3.x-dev
2025-05-10 06:35 UTC
This package is not auto-updated.
Last update: 2025-05-02 00:56:47 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.