azure-oss / storage
Azure Storage PHP SDK
Installs: 19 817
Dependents: 1
Suggesters: 0
Security: 0
Stars: 17
Watchers: 5
Forks: 4
Open Issues: 2
Requires
- php: ^8.1
- ext-curl: *
- ext-json: *
- ext-simplexml: *
- caseyamcl/guzzle_retry_middleware: ^2.10
- guzzlehttp/guzzle: ^7.8
Requires (Dev)
- laravel/pint: ^1.16
- phpbench/phpbench: ^1.3
- phpstan/phpstan: ^1.11
- phpstan/phpstan-deprecation-rules: ^1.2
- phpstan/phpstan-strict-rules: ^1.6
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2024-11-04 18:59:24 UTC
README
Minimum Requirements
- PHP 8.1 or above
- Required PHP extensions
- curl
- json
Install
composer require azure-oss/storage
Documentation
For more information visit the documentation at azure-oss.github.io.
Support
Do you need help, do you want to talk to us, or is there anything else?
Join us at:
License
Azure-Storage-PHP is released under the MIT License. See LICENSE for details.
PHP Version Support Policy
The maintainers of this package add support for a PHP version following its initial release and drop support for a PHP version once it has reached its end of security support.
Backward compatibility promise
Azure-Storage-PHP is using Semver. This means that versions are tagged with MAJOR.MINOR.PATCH. Only a new major version will be allowed to break backward compatibility (BC).
Classes marked as @experimental or @internal are not included in our backward compatibility promise. You are also not guaranteed that the value returned from a method is always the same. You are guaranteed that the data type will not change.
PHP 8 introduced named arguments, which increased the cost and reduces flexibility for package maintainers. The names of the arguments for methods in the library are not included in our BC promise.