dev-master
9999999-devA simple PHP wrapper for CacheHQ
MIT
The Requires
- php >=5.4.0
- guzzlehttp/guzzle ~6.0
by Brian Seitel
A simple PHP wrapper for CacheHQ
Hi there! Welcome to the Cachet PHP Client. We have built a powerful set of tools to help you manage the Cachet via API in a streamlined fashion. Hopefully, this will help you contribute data faster and more effectively than before!, (*1)
This repo requires PHP 5.4 or greater. We recommend PHP 7., (*2)
Install composer, if you haven't already. (Composer Homepage), (*3)
Install dependencies: composer require "brianseitel/cachet-client"
, (*4)
<?php $client = new \Cachet\Cachet(1, 'YOUR_TOKEN_HERE', 'http://localhost'); $results = $client->base()->ping(); echo "Ping: " . $results->response['data'] . PHP_EOL;
A simple PHP wrapper for CacheHQ
MIT