dev-master
9999999-devGetNet PHP Library
MIT
The Requires
- php >5.3
- ext-mbstring *
- ext-curl *
- ext-json *
by Contributors
api getnet get net api getnet
GetNet PHP Library
PHP integration for GetNet API, (*2)
, (*3)
Via Composer, (*4)
composer require 'getnet/getnet-php'
you will need your Client ID and Client Secret to authenticate, (*5)
$authenticate = [ 'client_id' => 'eb153ef1...e47b199', 'client_secret' => 'fcf1e007...de0b9e6' ]; $authorization = new GetNet_Token($authenticate); $authorization->authorize();
Check the wiki for detailed documentation., (*6)
GetNet PHP Library
MIT
api getnet get net api getnet