Skip to content

inserveit/also-cloud-marketplace-api-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

PHP Version Require

Status

workflow Latest Stable Version Latest Unstable Version License

About

A PHP Wrapper for ALSO Cloud Marketplace

Installation

composer require inserve/also-cloud-marketplace-api-php

Usage example

<?php

use Inserve\ALSOCloudMarketplaceAPI;

require 'vendor/autoload.php';

$api = new ALSOCloudMarketplaceAPI\MarketplaceAPIClient();

$api->authenticate('user', 'password');
$subscriptions = $api->subscriptions->get(12345);

About

PHP Wrapper for ALSO Cloud Marketplace

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages