|
7 | 7 | `php-opencloud/openstack` is an SDK which allows PHP developers to easily connect to OpenStack APIs in a simple and
|
8 | 8 | idiomatic way. This binding is specifically designed for OpenStack APIs, but other provider SDKs are available. Multiple
|
9 | 9 | OpenStack services, and versions of services, are supported.
|
10 |
| - |
| 10 | + |
11 | 11 | ## Links
|
12 | 12 |
|
13 | 13 | * [Official documentation](https://php-openstack-sdk.readthedocs.io/en/latest/)
|
14 | 14 | * [Reference documentation](http://refdocs.os.php-opencloud.com)
|
15 | 15 | * [Contributing guide](/CONTRIBUTING.md)
|
16 | 16 | * [Code of Conduct](/CODE_OF_CONDUCT.md)
|
17 | 17 |
|
18 |
| -## Getting help |
| 18 | + |
| 19 | +## We need your help :smiley: |
| 20 | + |
| 21 | +We invest a large amount of work to ensure this SDK works with many OpenStack distributions via running end-to-end |
| 22 | +integration tests with a real cluster. |
| 23 | + |
| 24 | +If you or your organization are in a position that can help us access popular distributions as listed below, do reach |
| 25 | +out by open an issue in github. |
| 26 | + |
| 27 | +| Distribution | | |
| 28 | +|---------------------|-------------------------| |
| 29 | +|OpenStack RDO | :white_check_mark: | |
| 30 | +|Red Hat OpenStack | Need sponsor! | |
| 31 | +|OVH OpenStack | Need sponsor! | |
| 32 | +|SUSE OpenStack | Need sponsor! | |
| 33 | +|Canonical OpenStack | Need sponsor! | |
| 34 | +|RackSpace OpenStack | Need sponsor! | |
| 35 | + |
| 36 | +## Join the community |
19 | 37 |
|
20 | 38 | - Meet us on Slack: https://phpopencloud.slack.com ([Get your invitation](https://launchpass.com/phpopencloud))
|
21 | 39 | - Report an issue: https://github.com/php-opencloud/openstack/issues
|
22 | 40 |
|
23 |
| - |
24 | 41 | ## Version Guidance
|
25 | 42 |
|
26 |
| -| Version | Status | PHP Version | End of life | |
| 43 | +| Version | Status | PHP Version | Support until | |
27 | 44 | | --------- | --------------------------- | ------------- | ----------------------- |
|
28 |
| -| `^3.0` | Latest | `>=7.0` | March 2020 | |
29 |
| -| `^2.0` | Maintained (Bug fixes only) | `>=7.0,<7.2` | March 2018 | |
| 45 | +| `^3.1` | Latest | `>=7.2.5` | Oct 2023 | |
| 46 | +| `^3.0` | Bug fixed only | `>=7.0` | Oct 2020 | |
| 47 | +| `^2.0` | EOL (Bug fixes only) | `>=7.0,<7.2` | March 2018 | |
| 48 | + |
30 | 49 |
|
31 | 50 | ## Upgrade from 2.x to 3.x
|
32 | 51 |
|
|
0 commit comments