Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

faustbrian-archives/paxum

Repository files navigation

Paxum PHP Client

Build Status PHP from Packagist Latest Version License

Installation

Require this package, with Composer, in the root directory of your project.

$ composer require plients/paxum

Usage

$paxum = new Plients\Paxum\Client('email', 'shared_secret', true); // true = use sandbox-mode

$response = $paxum->api('Miscellaneous')->login();

print_r($response);

Testing

$ phpunit

Security

If you discover a security vulnerability within this package, please send an e-mail to hello@basecode.sh. All security vulnerabilities will be promptly addressed.

Credits

License

Mozilla Public License Version 2.0 (MPL-2.0).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages