php-opencloud / openstack
PHP SDK for OpenStack APIs. Supports BlockStorage, Compute, Identity, Images, Networking and Metric Gnocchi
Installs: 1 774 581
Dependents: 28
Suggesters: 1
Security: 0
Stars: 223
Watchers: 15
Forks: 149
Open Issues: 77
Requires
- php: ^7.2.5 || ^8.0
- guzzlehttp/guzzle: ^7.0
- guzzlehttp/psr7: >=1.7
- guzzlehttp/uri-template: ^0.2 || ^1.0
- justinrainbow/json-schema: ^5.2
Requires (Dev)
- ext-json: *
- ergebnis/composer-normalize: ^2.0
- friendsofphp/php-cs-fixer: ^3
- php-coveralls/php-coveralls: ^2.0
- php-parallel-lint/php-parallel-lint: ^1.2
- phpspec/prophecy: ^1.17
- phpunit/phpunit: >=8.5.23 <9.0
- psr/log: ^1.0
- v3.10.0
- v3.9.0
- v3.8.0
- v3.7.1
- v3.7.0
- v3.6.1
- v3.6.0
- v3.5.0
- v3.4.0
- v3.3.1
- v3.3.0
- v3.2.4
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.0
- dev-master / 3.0.x-dev
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- 2.0.x-dev
- v2.0.16
- v2.0.15
- v2.0.14
- v2.0.13
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v2.0.0-rc3
- v2.0.0-rc2
- v2.0.0-rc1
- dev-antelope-unmaintained
- dev-dalmatian-volume-test
- dev-swift-tempurl
- dev-objectstorage-meta
- dev-map-server
This package is auto-updated.
Last update: 2024-11-20 19:01:44 UTC
README
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
Join the community
- Report an issue: https://github.com/php-opencloud/openstack/issues
Versioning
Openstack SDK follows Semantic Versioning.
Updating between minor versions will not require changes to PHP code or configuration and cause no breaking behavioural changes for consumers.
Upgrade from 2.x to 3.x
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
.
This change was introduced in #184.
Requirements
- PHP >= 7.2.5
ext-curl
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. You don't need to be a PHP expert - all members of the community are welcome!