PHPackages                             cloudyne/cloudyne-extras - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. cloudyne/cloudyne-extras

ActiveWordpress-muplugin

cloudyne/cloudyne-extras
========================

A wordpress plugin with miscellaneous additional functionality

1.1.8(2y ago)0288GPL-2.0-or-laterPHPPHP &gt;=8.0

Since Jun 5Pushed 2y agoCompare

[ Source](https://github.com/CloudyneS/cloudyne-extras)[ Packagist](https://packagist.org/packages/cloudyne/cloudyne-extras)[ RSS](/packages/cloudyne-cloudyne-extras/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

Cloudyne Extras
===============

[](#cloudyne-extras)

Extra functionality for Wordpress on Cloudyne Hosting

Attribution
-----------

[](#attribution)

bz-projects/Easy-SVG images-to-webp by KubiQ

Functionality
-------------

[](#functionality)

### SVG Support

[](#svg-support)

Adds SVG sanitation and support to Wordpress. Allows you to upload SVG images to the media library and use them in your posts and pages.

### WebP Support/Conversion

[](#webp-supportconversion)

Allows you to convert existing images to the WebP Format. **This requires additional configuration on the web server-side.**The conversion will save the images as \*.webp, for example image.png.webp for image.png. This allows you to use the same image name and path in your HTML and the web server will automatically serve the WebP version if it exists.

Below are basic examples of how to configure some webservers.

```
# Nginx Configuration
location ~* \.(?:ico|gif|jpe?g|png)$ {
    expires 30d;
    add_header Vary Accept;
    try_files $uri.webp $uri =404;
}

# Nginx Unit Route Example
...
{
      "match": {
        "uri": [
          "*.jpg",
          "*.jpeg",
          "*.gif",
          "*.png"
        ]
      },
      "action": {
        "share": [
          "/app/web$uri.webp",
          "/app/web$uri"
        ],
        "fallback": {
          "pass": "applications/...."
        }
      }
}
...
# Apache Configuration example

    RewriteEngine On
    RewriteCond %{HTTP_ACCEPT} image/webp
    RewriteCond %{DOCUMENT_ROOT}/$1.webp -f
    RewriteRule (.+)\.(jpe?g|png)$ $1.webp [T=image/webp,E=accept:1]
    ...

```

### SMTP Configuration via environment variables

[](#smtp-configuration-via-environment-variables)

This plugin allows you to configure SMTP settings based on the environment. This is useful for when you have customers that should be restricted to sending emails from a certain email address.

```
# SMTP Host to send email
SMTP_HOST='smtp.gmail.com'

# The port to use
SMTP_PORT=25

# Authentication settings
SMTP_AUTH=True
SMTP_USER='someuser@test.com'
SMTP_PASS='abcdefgh'

# Security Settings
SMTP_SECURE=False
SMTP_AUTOTLS=False
SMTP_STARTTLS=False

# Provide a default sender name and email
SMTP_FROM='default@mail.com'
SMTP_FROM_NAME='From Name'

# Restrict the user changing email settings to only allow certain domains and/or emails to use as sender
SMTP_ALLOWONLY_DOMAINS='domain.com,domain2.com,domain3.com'
SMTP_ALLOWONLY_EMAILS='mail1@user.com,mail2@user.com'

# Force the site to only use the specified email and sender name
SMTP_FORCE_FROM='forced@mail.com'
SMTP_FORCE_FROM_NAME='ForcedFromName'
```

### Header, Body and Footer Code

[](#header-body-and-footer-code)

Insert additional code into the header tag of the site. Useful for adding tracking code such as Google analytics.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

2

Last Release

1073d ago

PHP version history (2 changes)1.1.6PHP &gt;=7.4

1.1.8PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8fe92d5cc3de44f8b2437bff02aa316432f346debdb2a13e7d089b7030a0a4a?d=identicon)[scheibling](/maintainers/scheibling)

---

Top Contributors

[![scheibling](https://avatars.githubusercontent.com/u/24367830?v=4)](https://github.com/scheibling "scheibling (20 commits)")

---

Tags

wordpressExtrascloudynecloudyne-hosting

### Embed Badge

![Health badge](/badges/cloudyne-cloudyne-extras/health.svg)

```
[![Health](https://phpackages.com/badges/cloudyne-cloudyne-extras/health.svg)](https://phpackages.com/packages/cloudyne-cloudyne-extras)
```

###  Alternatives

[wp-coding-standards/wpcs

PHP\_CodeSniffer rules (sniffs) to enforce WordPress coding conventions

2.7k42.5M1.6k](/packages/wp-coding-standards-wpcs)[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k441.8k2](/packages/roots-bedrock)[phpcompatibility/phpcompatibility-wp

A ruleset for PHP\_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.

21830.6M587](/packages/phpcompatibility-phpcompatibility-wp)[automattic/vipwpcs

PHP\_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions

25510.2M145](/packages/automattic-vipwpcs)[wptrt/wpthemereview

PHP\_CodeSniffer rules (sniffs) to verify theme compliance with the rules for theme hosting on wordpress.org

217736.5k29](/packages/wptrt-wpthemereview)[yoast/yoastcs

PHP\_CodeSniffer rules for Yoast projects

221.1M29](/packages/yoast-yoastcs)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
