codecurosity / craft-alibaba-oss
Alibaba OSS integration for Craft CMS
Package info
github.com/CodeCurosity/craft-alibaba-oss
Type:craft-plugin
pkg:composer/codecurosity/craft-alibaba-oss
dev-main
2023-08-21 14:16 UTC
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: 2026-02-21 19:23:46 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.