Skip to content

bdwilliams/enstratus-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

enStratus-php

Initial release of the PHP Wrapper only featuring 'GET' operations.

Usage

<?
include "enstratus_class.php";

$enstratus = new Enstratus;
$enstratus->api_endpoint = 'http://api.enstratus.com';
$enstratus->api_key = '<YOUR API KEY>';
$enstratus->secret_key = '<YOUR SECRET KEY>';

echo "<pre>";
print_r($enstratus->getRegions());
echo "</pre>";
?>

About

PHP wrapper for the Enstratus API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages