codecurosity / craft-alibaba-oss
Alibaba OSS integration for Craft CMS
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- php: ^8.0.2
- craftcms/cms: ^4.0.0-beta.1
- craftcms/flysystem: ^1.0.0-beta.2
- iidestiny/flysystem-oss: ^4.0.0
This package is auto-updated.
Last update: 2025-02-21 17:17:08 UTC
README
Alibaba OSS integration for Craft CMS This plugin provides an Alibaba OSS integration for Craft CMS, with this plugin we can create an Alibaba OSS volume type for Craft CMS.
Requirements
- PHP 8.0.2 or later
- Craft CMS 4.0 or later
Installation
You can install this plugin with Composer.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project # tell Composer to load the plugin composer require codecurosity/craft-alibaba-oss # tell Craft to install the plugin ./craft plugin/install craft-alibaba-oss
Setup
To create a new Alibaba OSS filesystem to use with your volumes,
- Login admin, visit Settings → Filesystems,
- Press New filesystem.
- Select “Alibaba OSS” for the Filesystem Type
- Setting and configure as needed.