11# PHP OpenStack SDK
22
3- [ ![ Build Status] ( https://travis-ci.org/php-opencloud/openstack.svg?branch=master )] ( https://travis-ci.org/php-opencloud/openstack )
4- [ ![ Coverage Status] ( https://coveralls.io/repos/github/php-opencloud/openstack/badge.svg?branch=master )] ( https://coveralls.io/github/php-opencloud/openstack?branch=master )
5- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/php-opencloud/openstack/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/php-opencloud/openstack/?branch=master )
3+
4+ ![ Unit tests] ( https://github.com/php-opencloud/openstack/actions/workflows/unit_tests.yml/badge.svg )
5+ [ ![ Documentation Status] ( https://readthedocs.org/projects/php-openstack-sdk/badge/?version=latest )] ( https://php-openstack-sdk.readthedocs.io/en/latest/?badge=latest )
6+
7+ [ ![ Block Storage Integration Tests] ( https://github.com/php-opencloud/openstack/actions/workflows/integration_block_storage.yml/badge.svg )] ( https://github.com/php-opencloud/openstack/actions/workflows/integration_block_storage.yml )
8+ [ ![ Compute Integration Tests] ( https://github.com/php-opencloud/openstack/actions/workflows/integration_compute.yml/badge.svg )] ( https://github.com/php-opencloud/openstack/actions/workflows/integration_compute.yml )
9+ [ ![ Identity Integration Tests] ( https://github.com/php-opencloud/openstack/actions/workflows/integration_identity.yml/badge.svg )] ( https://github.com/php-opencloud/openstack/actions/workflows/integration_identity.yml )
10+ [ ![ Images Integration Tests] ( https://github.com/php-opencloud/openstack/actions/workflows/integration_images.yml/badge.svg )] ( https://github.com/php-opencloud/openstack/actions/workflows/integration_images.yml )
11+ [ ![ Networking Integration Tests] ( https://github.com/php-opencloud/openstack/actions/workflows/integration_networking.yml/badge.svg )] ( https://github.com/php-opencloud/openstack/actions/workflows/integration_networking.yml )
12+ [ ![ Object Storage Integration Tests] ( https://github.com/php-opencloud/openstack/actions/workflows/integration_object_storage.yml/badge.svg )] ( https://github.com/php-opencloud/openstack/actions/workflows/integration_object_storage.yml )
613
714` php-opencloud/openstack ` is an SDK which allows PHP developers to easily connect to OpenStack APIs in a simple and
815idiomatic way. This binding is specifically designed for OpenStack APIs, but other provider SDKs are available. Multiple
@@ -34,14 +41,13 @@ out by open an issue in github.
3441
3542## Join the community
3643
37- - Meet us on Slack: https://phpopencloud.slack.com ([ Get your invitation] ( https://launchpass.com/phpopencloud ) )
3844- Report an issue: https://github.com/php-opencloud/openstack/issues
3945
4046## Version Guidance
4147
4248| Version | Status | PHP Version | Support until |
4349| --------- | --------------------------- | ---------------- | ----------------------- |
44- | ` ^3.2 ` | Latest | ` >=7.2.5, >=8.0 ` | Current |
50+ | ` ^3.2 ` | Latest | ` >=7.2.5, >=8.0 ` | Current |
4551| ` ^3.1 ` | Latest | ` >=7.2.5 ` | Current |
4652| ` ^3.0 ` | Bug fixed only | ` >=7.0 ` | Oct 2020 |
4753| ` ^2.0 ` | End of life | ` >=7.0,<7.2 ` | March 2018 |
@@ -57,7 +63,7 @@ This change was introduced in [#184](https://github.com/php-opencloud/openstack/
5763
5864## Requirements
5965
60- * PHP 7.0
66+ * PHP >= 7.2.5
6167* ` ext-curl `
6268
6369## How to install
@@ -71,6 +77,5 @@ composer require php-opencloud/openstack
7177Engaging the community and lowering barriers for contributors is something we care a lot about. For this reason, we've
7278taken the time to write a [ contributing guide] ( CONTRIBUTING.md ) for folks interested in getting involved in our project.
7379If you're not sure how you can get involved, feel free to
74- [ submit an issue] ( https://github.com/php-opencloud/openstack/issues/new ) or
75- [ contact us] ( https://developer.rackspace.com/support/ ) . You don't need to be a PHP expert - all members of the
80+ [ submit an issue] ( https://github.com/php-opencloud/openstack/issues/new ) . You don't need to be a PHP expert - all members of the
7681community are welcome!
0 commit comments