Download the PHP package dealnews/storage without Composer
On this page you can find all versions of the php package dealnews/storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package storage
Object Storage Library
This library provides and interface to store and retrieve objects from services such as S3.
A DealNews\ObjectStorage\Data\StorageObject
object is returned from the
get
, head
, and store
methods. Both the store
and head
methods will
not return the object's body in the object_data
property. The get
method
will fill the object_data
property with the object's body. The delete
method returns a boolean.
All versions of storage with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
aws/aws-sdk-php Version ^3.321
dealnews/get-config Version ^2.1.0
dealnews/test-helpers Version ^0.9.0
guzzlehttp/guzzle Version ^7.9
aws/aws-sdk-php Version ^3.321
dealnews/get-config Version ^2.1.0
dealnews/test-helpers Version ^0.9.0
guzzlehttp/guzzle Version ^7.9
The package dealnews/storage contains the following files
Loading the files please wait ....