shcloudservices/guzzle-openstack

PHP Clients for Openstack API

Maintainers

Package info

github.com/shcloudservices/guzzle-openstack

Homepage

pkg:composer/shcloudservices/guzzle-openstack

Statistics

Installs: 23

Dependents: 1

Suggesters: 0

Stars: 11

Open Issues: 2

dev-master 2012-07-11 00:28 UTC

This package is not auto-updated.

Last update: 2026-03-14 20:46:34 UTC


README

Build Status

Interact with Openstack Cloud using the Guzzle framework for building RESTful web service clients in PHP.

This is a work in progress, in it's current state is still unusable.

Brief explanation of the clients

IdentityClient - Client for Identity Service (Keystone)

ComputeClient - Client for Compute Service (Nova)

StorageClient - Client for Storage Service (Swift) <- Development hasn't started yet.

OpenstackClient - One client to rule them all!

Testing

Run phpunit on the project's root.

More information