This topic describes Object Storage Service (OSS) SDK for PHP 2.0.
Introduction
OSS is a secure, cost-effective, and highly reliable cloud storage service that allows you to store large amounts of data. OSS can store all types of files and is suitable for various websites, enterprises, and developers.
OSS SDK for PHP 2.0 is built based on the official OSS API operations. OSS SDK for PHP 2.0 helps you upload, download, and manage data from any application at any time and anywhere.
OSS SDK for PHP 2.0 hides many lower-level operations, such as identity authentication, request retry, and error handling. You can access OSS by calling API operations without complex programming.
OSS SDK for PHP 2.0 provides practical modules, such as Uploader and Downloader, to automatically split large objects into multiple parts and transfer the parts in parallel.
For more information about how to install, configure, and use OSS SDK for PHP 2.0, see Get started.