getnet/getnet-php

GetNet PHP Library

Maintainers

Package info

github.com/victorcaina/getnet-php

pkg:composer/getnet/getnet-php

Statistics

Installs: 2 021

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

dev-master 2018-07-12 00:59 UTC

This package is not auto-updated.

Last update: 2026-03-20 14:52:43 UTC


README

Latest Stable Version Latest Unstable Version License Total Downloads

PHP integration for GetNet API


Installation

Via Composer

composer require 'getnet/getnet-php'

Usage

Basic

you will need your Client ID and Client Secret to authenticate

$authenticate = [
	'client_id' 	=> 'eb153ef1...e47b199',
	'client_secret' => 'fcf1e007...de0b9e6'
];

$authorization = new GetNet_Token($authenticate);
$authorization->authorize();

Wiki

Check the wiki for detailed documentation.