Alibaba Cloud OSS SDK for PHP
Alibaba Cloud Object Storage Service (OSS) is a cloud storage service featuring massive capacity, high security, low cost, and extreme reliability.
This SDK allows PHP developers to seamlessly integrate their applications with OSS. By calling simple APIs, you can upload and download data on any application, anywhere, at any time. OSS is suitable for storing any file type, making it ideal for websites, enterprise applications, and developers.
Key Features
- Bucket Management: Create, list, delete, and configure storage containers.
- Object Storage: Simple, file-based, and stream-based uploads and downloads.
- Multipart Uploads: Efficiently handle large files with resumable upload capabilities.
- Security: Support for AccessKeys, STS (Security Token Service), and Signatures (V1 and V4).
- Advanced Data Processing: Integrated support for image processing (resizing, watermarking, etc.) and Live Channels (RTMP/HLS).
- Lifecycle Management: Automate object expiration and storage class transitions.
- Object Tagging: Classify and manage objects using custom key-value pairs.
Getting Started
To start using the SDK, visit the Installation guide and then follow the Quick Start tutorial.