Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/log1x/wp-offload-media-avatars
A simple WP Media Offload integration for local avatar plugins.
https://github.com/log1x/wp-offload-media-avatars
s3 wordpress wp-offload-media
Last synced: 22 days ago
JSON representation
A simple WP Media Offload integration for local avatar plugins.
- Host: GitHub
- URL: https://github.com/log1x/wp-offload-media-avatars
- Owner: Log1x
- License: mit
- Created: 2020-06-08T06:59:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T14:18:23.000Z (over 4 years ago)
- Last Synced: 2024-10-14T05:51:11.892Z (about 1 month ago)
- Topics: s3, wordpress, wp-offload-media
- Language: PHP
- Homepage: https://github.com/Log1x/wp-offload-media-avatars
- Size: 5.86 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# WP Offload Media Avatars
![Latest Stable Version](https://img.shields.io/packagist/v/log1x/wp-offload-media-avatars?style=flat-square)
![Total Downloads](https://img.shields.io/packagist/dt/log1x/wp-offload-media-avatars?style=flat-square)A simple WP Offload Media integration plugin to fix local avatars provided by [WP User Avatars](https://github.com/stuttter/wp-user-avatars) and [Simple Local Avatars](https://github.com/10up/simple-local-avatars) and serve them through the configured provider.
## Requirements
- [PHP](https://secure.php.net/manual/en/install.php) >= 7.2
- [WP Offload Media Pro](https://deliciousbrains.com/wp-offload-media/)## Installation
### Bedrock
Install via Composer:
```bash
$ composer require log1x/wp-offload-media-avatars
```### Manual
Download the release `.zip` and install into `wp-content/plugins`.
## Bug Reports
If you discover a bug in WP Offload Media Avatars, please [open an issue](https://github.com/log1x/wp-offload-media-avatars/issues).
## Contributing
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
## License
WP Offload Media Avatars is provided under the [MIT License](LICENSE.md).