Skip to content

felipecampos/php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

179 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Paggi PHP SDK

This repository contains the software of Paggi PHP SDK.

You can use this SDK to integrate your application with Paggi API

Instalation

Use composer to install this SDK:

composer require paggi/sdk

Usage

See the example below:

use \Paggi\Paggi;
use \Paggi\Charge;

# First, set your API Key
Paggi::setApiKey('B31DCE74-E768-43ED-86DA-85501612548F')

$charges = Charge::findAll();
$charge  = $charges->result[0];

$charge->cancel()

TO see more details, visit our API documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages