2017 © Pedro Peláez
 

library cachet

A simple PHP wrapper for CacheHQ

image

brianseitel/cachet

A simple PHP wrapper for CacheHQ

  • Tuesday, June 21, 2016
  • by brianseitel
  • Repository
  • 1 Watchers
  • 0 Stars
  • 556 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Cachet PHP Client

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)

Getting Started

  • 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)

Quickstart

<?php

$client = new \Cachet\Cachet(1, 'YOUR_TOKEN_HERE', 'http://localhost');

$results = $client->base()->ping();

echo "Ping: " . $results->response['data'] . PHP_EOL;

The Versions

21/06 2016

dev-master

9999999-dev

A simple PHP wrapper for CacheHQ

  Sources   Download

MIT

The Requires