PHPackages                             devgeniem/wp-safe-fast-and-clean-collection - 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. devgeniem/wp-safe-fast-and-clean-collection

ActiveMetapackage

devgeniem/wp-safe-fast-and-clean-collection
===========================================

This is a composer metapackage which includes WordPress plugins that make your site safer, faster and cleaner.

1.2.0(8y ago)106.3k[1 issues](https://github.com/devgeniem/wp-safe-fast-and-clean-collection/issues)MIT

Since Oct 30Pushed 8y ago5 watchersCompare

[ Source](https://github.com/devgeniem/wp-safe-fast-and-clean-collection)[ Packagist](https://packagist.org/packages/devgeniem/wp-safe-fast-and-clean-collection)[ Docs](https://github.com/devgeniem/wp-safe-fast-and-clean-collection)[ RSS](/packages/devgeniem-wp-safe-fast-and-clean-collection/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (10)Versions (7)Used By (0)

[![geniem-github-banner](https://cloud.githubusercontent.com/assets/5691777/14319886/9ae46166-fc1b-11e5-9630-d60aa3dc4f9e.png)](https://cloud.githubusercontent.com/assets/5691777/14319886/9ae46166-fc1b-11e5-9630-d60aa3dc4f9e.png)

WordPress Dropin &amp; Plugin Collection: Safe, Fast &amp; Clean WordPress
==========================================================================

[](#wordpress-dropin--plugin-collection-safe-fast--clean-wordpress)

[![Latest Stable Version](https://camo.githubusercontent.com/3f90004b3680b7beb2c7846aeeec82f1baed94158d626d5d405f65f04b901d41/68747470733a2f2f706f7365722e707567782e6f72672f64657667656e69656d2f77702d73616e6974697a652d616363656e7465642d75706c6f6164732f762f737461626c65)](https://packagist.org/packages/devgeniem/wp-safe-fast-and-clean-collection) [![Total Downloads](https://camo.githubusercontent.com/36237fa2bddb29bd2a6b097e5a2a46183c183014712f800d544df7f6b0b3e0b0/68747470733a2f2f706f7365722e707567782e6f72672f64657667656e69656d2f77702d736166652d666173742d616e642d636c65616e2d636f6c6c656374696f6e2f646f776e6c6f616473)](https://packagist.org/packages/devgeniem/wp-safe-fast-and-clean-collection) [![Latest Unstable Version](https://camo.githubusercontent.com/33243cb318351391bf9a1116966e6f8728408adea0bec58be233a8bc1ae0c4a6/68747470733a2f2f706f7365722e707567782e6f72672f64657667656e69656d2f77702d736166652d666173742d616e642d636c65616e2d636f6c6c656374696f6e2f762f756e737461626c65)](https://packagist.org/packages/devgeniem/wp-safe-fast-and-clean-collection) [![License](https://camo.githubusercontent.com/3dc45f33a33f3603582922a0b0bb124546f0f2f1c5ffae08adfaf91920ac3207/68747470733a2f2f706f7365722e707567782e6f72672f64657667656e69656d2f77702d736166652d666173742d616e642d636c65616e2d636f6c6c656374696f6e2f6c6963656e7365)](https://packagist.org/packages/devgeniem/wp-safe-fast-and-clean-collection)

This is WordPress plugin and dropin collection which enhances WordPress in multiple ways.

Reasons
-------

[](#reasons)

This package was created to handle multiple projects with `composer update`. We just include this collection into our `composer.json` and stick to the guidelines about which plugins should be included here. WordPress evolves with time and some plugins will propably be pointless at some point, if that happens we will remove those unneccessary plugins.

Installation
------------

[](#installation)

```
$ composer require devgeniem/wp-safe-fast-and-clean-collection

```

Guidelines
----------

[](#guidelines)

We only want to add minimal plugins which enhance small part of WordPress.

### WordPress should expose as little as possible about itself and plugins

[](#wordpress-should-expose-as-little-as-possible-about-itself-and-plugins)

- All unneccessary html comments and headers should be stripped away.

### WordPress shouldn't make any additional requests to wordpress.org or 3rd party services

[](#wordpress-shouldnt-make-any-additional-requests-to-wordpressorg-or-3rd-party-services)

- WordPress should disable anything related to updates of core/themes/plugins.
- WordPress shouldn't create unneccessary requests which either slow the page down or use cpu cycles without any additional value

### Cache as much as possible

[](#cache-as-much-as-possible)

- Caching reduces load and allows us to create faster sites

### Avoid situations where users can accidentally create errors

[](#avoid-situations-where-users-can-accidentally-create-errors)

WordPress core development moves a bit slower with some enhancements. We will add plugins that provide fixes for problems like accented file uploads into this collection. Once those features or fixes are not needed anymore we will disable them from this package.

### Allow developers to define as much settings as possible in wp-config.php

[](#allow-developers-to-define-as-much-settings-as-possible-in-wp-configphp)

Too many plugins have only wp-admin settings pages. We believe that most of the settings belong into code rather than the database.

### WordPress shouldn't install or contain unneccessary example data

[](#wordpress-shouldnt-install-or-contain-unneccessary-example-data)

- Core installation should create minimal amount of content
- Plugins shouldn't have example content when possible

Requirements
------------

[](#requirements)

- > = PHP 7.0
- WordPress
- Redis server for object caching
- Use composer to update your site rather than using WordPress auto updates

### Composer.json settings

[](#composerjson-settings)

For correct installation your project should define following installation paths in `extra` section:

```
extra: {
    "installer-paths": {
      "web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
      "web/app/plugins/{$name}/": ["type:wordpress-plugin"]
    },
    "dropin-paths": {
      "web/app/": ["type:wordpress-dropin"]
    }
}

```

We use bedrock styled names for `wp-content`. Replace `web/app` according for your project.

Maintainers
-----------

[](#maintainers)

[Onni Hakala](https://github.com/onnimonni)

Changelog
---------

[](#changelog)

[See the included CHANGELOG.md](CHANGELOG.md)

License
-------

[](#license)

Respect the licenses of used libraries. This readme and composer are licensed under MIT

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 92.3% 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 ~110 days

Total

5

Last Release

3042d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5691777?v=4)[Onni Hakala](/maintainers/onnimonni)[@onnimonni](https://github.com/onnimonni)

![](https://avatars.githubusercontent.com/u/11960000?v=4)[Hion Digital Oy](/maintainers/devgeniem)[@devgeniem](https://github.com/devgeniem)

---

Top Contributors

[![onnimonni](https://avatars.githubusercontent.com/u/5691777?v=4)](https://github.com/onnimonni "onnimonni (12 commits)")[![Nomafin](https://avatars.githubusercontent.com/u/3604893?v=4)](https://github.com/Nomafin "Nomafin (1 commits)")

---

Tags

wordpresslibrarysafecleanfast

### Embed Badge

![Health badge](/badges/devgeniem-wp-safe-fast-and-clean-collection/health.svg)

```
[![Health](https://phpackages.com/badges/devgeniem-wp-safe-fast-and-clean-collection/health.svg)](https://phpackages.com/packages/devgeniem-wp-safe-fast-and-clean-collection)
```

###  Alternatives

[htmlawed/htmlawed

Official htmLawed PHP library for HTML filtering

401.1M9](/packages/htmlawed-htmlawed)[maiorano84/shortcodes

Implement Shortcode syntax anywhere

7660.0k4](/packages/maiorano84-shortcodes)[ronilaukkarinen/dudestack

A modern WordPress stack

1131.2k](/packages/ronilaukkarinen-dudestack)

PHPackages © 2026

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