1
1
# PHP OpenStack SDK
2
2
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 )
6
13
7
14
` php-opencloud/openstack ` is an SDK which allows PHP developers to easily connect to OpenStack APIs in a simple and
8
15
idiomatic 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.
34
41
35
42
## Join the community
36
43
37
- - Meet us on Slack: https://phpopencloud.slack.com ([ Get your invitation] ( https://launchpass.com/phpopencloud ) )
38
44
- Report an issue: https://github.com/php-opencloud/openstack/issues
39
45
40
46
## Version Guidance
41
47
42
48
| Version | Status | PHP Version | Support until |
43
49
| --------- | --------------------------- | ---------------- | ----------------------- |
44
- | ` ^3.2 ` | Latest | ` >=7.2.5, >=8.0 ` | Current |
50
+ | ` ^3.2 ` | Latest | ` >=7.2.5, >=8.0 ` | Current |
45
51
| ` ^3.1 ` | Latest | ` >=7.2.5 ` | Current |
46
52
| ` ^3.0 ` | Bug fixed only | ` >=7.0 ` | Oct 2020 |
47
53
| ` ^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/
57
63
58
64
## Requirements
59
65
60
- * PHP 7.0
66
+ * PHP >= 7.2.5
61
67
* ` ext-curl `
62
68
63
69
## How to install
@@ -71,6 +77,5 @@ composer require php-opencloud/openstack
71
77
Engaging the community and lowering barriers for contributors is something we care a lot about. For this reason, we've
72
78
taken the time to write a [ contributing guide] ( CONTRIBUTING.md ) for folks interested in getting involved in our project.
73
79
If 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
76
81
community are welcome!
0 commit comments