sandcage/sandcage-api-php

PHP client library for SandCage's API

0.2 2016-10-14 23:59 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:19:11 UTC


README

SandCage

Scrutinizer Code Quality Build Status Latest Stable Version License

sandcage-api-php is a PHP library for interfacing with SandCage's API. The API documentation can be found at https://www.sandcage.com/docs/0.2/

Table of Contents

Requirements

Installation

// Include the SandCage class
include_once('SandCage.php');

Contributing

We are open to suggestions and code revisions, however there are some rules and limitations that you might want to consider first.

  • Code that you contribute will automatically be licensed under the Apache License Version 2.0.
  • Third party code will be reviewed, tested and possibly modified before being released.

These basic rules help ensure that this code remains Open Source and compatible with Apache 2.0 license. All contributions will be added to the changelog and appear in every release.