christohill / waiverforever-api-php
This package is abandoned and no longer maintained.
No replacement package was suggested.
A PHP wrapper for the Waiver Forever API
dev-master
2019-02-22 21:27 UTC
Requires
- php: >=7.0
- guzzlehttp/guzzle: >=6.0
This package is auto-updated.
Last update: 2024-11-23 10:00:14 UTC
README
This is a simple PHP SDK for interacting with the Waiver Forever API. All API documentation can be found at https://docs.waiverforever.com
Installation
composer require christohill/waiverforever-api-php
Usage
Note: none of the API keys or ID below are valid
Simple usage
use WaiverForever\WaiverForever; $waivers = new WaiverForever('edf59be9216e66eb17093574376d4c5f'); $user = $waivers->UserInfo(); // Get user info for the API key $templates = $waivers->TemplateList(); // List all templates $signed = $waivers->SignedWaiver('aWd898gfdsa789ddf'); // Get a signed waiver