inserve/also-cloud-marketplace-api-php

A PHP wrapper ALSO Cloud Marketplace

Installs: 303

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 1

pkg:composer/inserve/also-cloud-marketplace-api-php

0.1.4 2024-09-30 14:20 UTC

This package is auto-updated.

Last update: 2025-10-25 11:09:14 UTC


README

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