Classes
CloudStorageClient
CloudStorageClient is the base class for classes that are used to communicate with Google Cloud Storage via the PHP streams interface.
CloudStorageDeleteClient
Cloud Storage Delete Client handles deleting objects from buckets.
CloudStorageDirectoryClient
Cloud Storage Directory Client handles dir_opendir(), dir_readdir() and dir_closedir() calls for Google Cloud Storage bucket.
CloudStorageReadClient
Google Cloud Storage Read Client - Implements only the methods required to read bytes from GCS using stream wrappers. For a fully fledged client to access Google Cloud Storage you should consult the Google API client.
CloudStorageRenameClient
Cloud Storage Rename Client handles rename() calls for renaming a GCS object.
CloudStorageStreamWrapper
A user space stream wrapper for reading and writing to Google Cloud Storage.
CloudStorageUrlStatClient
Cloud Storage Url Stat Client handles stat() calls for objects and buckets.
CloudStorageWriteClient
Cloud Storage Write Client implements the stream wrapper functions required to write to a Google Cloud Storage object.
HttpResponse
Declares well known HTTP response codes and associated error messages.