Skip to content

mboudet/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

Backward incompatibility

Due to new object typehint since PHP 7.2, Object is a reserved keyword thus class OpenStack\ObjectStore\v1\Models\Object had to be renamed to OpenStack\ObjectStore\v1\Models\StorageObject. See #184 for details.

Version Guidance

Version Status PHP Version Life span
^2.0 Maintained (Bug fixes only) >=7.0,<7.2 March 2016 - March 2018
^3.0 Latest ^7.0 March 2018 - March 2020

Getting help

Requirements

  • PHP 7.0

How to install

composer require php-opencloud/openstack

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

PHP SDK for OpenStack clouds

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.9%
  • Shell 0.1%