# herosphp-storage **Repository Path**: blackfox/herosphp-storage ## Basic Information - **Project Name**: herosphp-storage - **Description**: file storage component for herosphp framework - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-15 - **Last Updated**: 2023-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: PHP, upload, storage, qiniu, minio ## README # herosphp/upload ## install ```shell composer require herosphp/storage ``` ## Usage ### qiniu ```php composer require "qiniu/php-sdk:7.7.0" ``` ### minio ```php composer require "league/flysystem-aws-s3-v3:^3.0" ```