Download the PHP package zendframework/zendservice-openstack without Composer
On this page you can find all versions of the php package zendframework/zendservice-openstack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zendframework/zendservice-openstack
More information about zendframework/zendservice-openstack
Files in zendframework/zendservice-openstack
Package zendservice-openstack
Short Description OOP wrapper for the OpenStack API
License BSD-3-Clause
Homepage http://packages.zendframework.com/
Informations about the package zendservice-openstack
ZendService\OpenStack
Repository abandoned 2019-12-05
This repository is no longer maintained.
Provides a simple PHP library for the last version of the OpenStack API. The goal of this component is to simplify the usage of the OpenStack API for PHP developers, providing simple OO interfaces.
Release notes
This component is still in development, please don't use it in a production environment. It uses the ZendService_Api component to manage the HTTP API calls to the OpenStack services.
The development state of each sub-components is reported below:
- BlockStorage [COMPLETED]
- Compute [COMPLETED]
- Identity [COMPLETED]
- ObjectStorage [COMPLETED]
- Networking [TO DO]
- Image [TO DO]
We tested the API using the RackSpace cloud services. We would like to test it using TryStack.org (we are waiting fo the
API support). If you are using a different cloud services that support OpenStack please test this component against it.
In order to execute the online test you need to edit the TestConfiguration.php.dist
file under the tests folder and change the authentication constants with your account information.
You can run the tests executing the following command under the tests folder:
Installation
You can install using:
All versions of zendservice-openstack with dependencies
zendframework/zendservice-api Version dev-master
zendframework/zend-http Version >=2.1.4