Tribe Storage
A WordPress plugin to store media on Azure Blob Storage, AWS S3 and other cloud storage providers.
by Modern Tribe · github.com/moderntribe/tribe-storage · website
★ 5stars
1.1kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/moderntribe/tribe-storage/archive/refs/heads/master.zipAlso on Packagist as moderntribe/tribe-storage:
composer require moderntribe/tribe-storageFrom the readme
Tribe Storage
This WordPress plugin works as a bridge to use Flysystem adapters (v1)
within WordPress. This plugin is meant to be installed and configured by developers, as it has no GUI.
Currently Supported Adapters
- Local
- Azure Storage
Recommendations
It is highly recommended to set your WPCONTENTURL to the base site on a multisite installation.
In wp-config.php:
Installation
Requirements
- PHP7.4+
- WordPress 5.6+
- Composer
- Composer Installers
- The server should have PHP compiled with ImageMagick or
GD.
Install with Composer v1
Add the following to the composer.json repositories object:
Then run:
Adapters
Adapters allow different interfaces to different storage providers. In order to tell the system which adapter to use,
add a TRIBESTORAGEADAPTER define() to wp-config.php with the namespaced path to the adapter
(same output as ClassName::class), e.g to use the Azure Storage Adapter:
define( 'TRIBESTORAGEADAPTER', 'Tribe\Storage\Adapters\AzureAdapter' );
Local Adapter
This is the default adapter and is pointed to WPCONTENTDIR . /uploads. If you have not configured any custom
adapters, this will automatically be used and should function exactly as WordPr
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v3.0.1 | Mar 1, 2024 |
| v3.0.0 | Mar 1, 2024 |
| v2.5.5 | Jun 20, 2022 |
| v2.5.4 | Apr 19, 2022 |
| v2.5.3 | Apr 6, 2022 |
| v2.5.2 | Jan 13, 2022 |
| v2.5.1 | Jan 13, 2022 |
| v2.5.0 | Jan 12, 2022 |
| v2.4.2 | Nov 5, 2021 |
| v2.4.1 | Nov 5, 2021 |
| v2.4.0 | Oct 28, 2021 |
| v2.3.2 | Oct 28, 2021 |
| v2.3.1 | Sep 14, 2021 |
| v2.3.0 | Jul 19, 2021 |
| v2.2.1 | Jul 1, 2021 |
| v2.2.0 | Jun 26, 2021 |
| v2.1.1 | Jun 24, 2021 |
| v2.1.0 | Jun 24, 2021 |
| v2.0.2 | Jun 21, 2021 |
| v2.0.1 | Jun 20, 2021 |
| v2.0.0 | Jun 20, 2021 |
| v1.1.2 | Jun 16, 2021 |
| v1.1.1 | Jun 16, 2021 |
| v1.1.0 | Jun 15, 2021 |
| v1.0.3 | Jun 15, 2021 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.