Skip to content

alewitt/openstack

 
 

Repository files navigation

PHP OpenStack SDK

Build Status Code Coverage Scrutinizer Code Quality

php-opencloud/openstack is an SDK which allows PHP developers to easily connect to OpenStack APIs in a simple and idiomatic way. This binding is specifically designed for OpenStack APIs, but other provider SDKs are available. Multiple OpenStack services, and versions of services, are supported.

Links

Requirements

  • PHP 5.6
  • cURL extension

How to install

composer require php-opencloud/openstack

This will automatically add the following lines to your local composer.json file:

{
    "require": {
        "php-opencloud/openstack": "X.Y.Z"
    }
}

where X.Y.Z is the most recent release version. For a more comprehensive installation guide, please consult our official documentation.

Help and feedback

If you're struggling with something or have spotted a potential bug, feel free to submit an issue to our bug tracker.

For general feedback and support requests, contact us on the Rackspace Developer portal.

Contributing

Engaging the community and lowering barriers for contributors is something we care a lot about. For this reason, we've taken the time to write a contributing guide for folks interested in getting involved in our project. If you're not sure how you can get involved, feel free to submit an issue or contact us. You don't need to be a PHP expert - all members of the community are welcome!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.9%
  • Shell 0.1%