Skip to content

Latest commit

 

History

179 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages