Registry / cloud / php-opencloud-openstack

php-opencloud-openstack

JSON →
library3.17.0phppackagistunverified

PHP SDK for OpenStack APIs. Supports BlockStorage, Compute, Identity, Images, Networking and Metric Gnocchi.

composer require php-opencloud/openstack
INSTALL
IMPORT
SIG · PHP-OPENCLOUD-OPEN
P
php-opencloud-openstack
cloudphpv3.17.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OpenStack
use OpenCloud\OpenStack;

Authenticate and access the Compute service.

use OpenCloud\OpenStack; $client = new OpenStack('http://identity.example.com', ['username' => 'user', 'password' => 'pass']); $compute = $client->computeService('nova', 'RegionOne');
Debug
Known issues
breakingRequires PHP 7.0+ and the Guzzle HTTP client.
fix
Ensure PHP version is 7.0 or higher and guzzlehttp/guzzle is installed.
affects: <3.0
Upgrade
Version history
3.17.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
php-opencloud-openstack — pip install php-opencloud-openstack · libregistry