PHPackages                             ocean-internet/wp-plugin-framework - 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. [Framework](/categories/framework)
4. /
5. ocean-internet/wp-plugin-framework

ActiveLibrary[Framework](/categories/framework)

ocean-internet/wp-plugin-framework
==================================

(yet another) OOP Wordpress MyPlugin Framework

v1.0.9(12y ago)247GPL-2.0+PHP

Since Dec 3Pushed 12y ago1 watchersCompare

[ Source](https://github.com/OceanInternet/WP-Plugin-Framework)[ Packagist](https://packagist.org/packages/ocean-internet/wp-plugin-framework)[ Docs](https://github.com/OceanInternet/WP-Plugin-Framework)[ RSS](/packages/ocean-internet-wp-plugin-framework/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)Dependencies (1)Versions (16)Used By (0)

WP-Plugin-Template
==================

[](#wp-plugin-template)

(yet another) OOP Wordpress Plugin Template

Install
-------

[](#install)

Place the following composer.json in wp-content/mu-plugins:

```
{
    "require": {
        "ocean-internet/wp-plugin-framework": "1.0.*"
    },
    "scripts": {
        "post-install-cmd": [
            "sh vendor/ocean-internet/wp-plugin-framework/scripts/install"
        ],
        "post-update-cmd":  [
            "sh vendor/ocean-internet/wp-plugin-framework/scripts/update"
        ]
    }
}

```

then run:

```
composer install

```

To Create a Plugin
------------------

[](#to-create-a-plugin)

make a copy of "wp-plugin-framework/plugin-template":

```
cp -r mu-plugins/vendor/ocean-internet/wp-plugin-framework/plugin-template plugins/new-plugin-name

```

enter the plugin folder and edit "settings.cfg":

```
cd plugins/new-plugin-name && nano settings.cfg

```

make the "install" script executable:

```
chmod +x install

```

run the "install" script:

```
./install

```

License
-------

[](#license)

Copyright (C) 2013 Andy Weir

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity71

Established project with proven stability

 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 ~3 days

Total

15

Last Release

4509d ago

Major Versions

v0.1.5 → v1.0.02013-12-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/889c708233f39755790172b325bde2109aeb618e9ba34f4abe8bbee1058829a8?d=identicon)[OceanInternet](/maintainers/OceanInternet)

---

Top Contributors

[![ocean-internet](https://avatars.githubusercontent.com/u/496337?v=4)](https://github.com/ocean-internet "ocean-internet (1 commits)")

---

Tags

pluginwordpress

### Embed Badge

![Health badge](/badges/ocean-internet-wp-plugin-framework/health.svg)

```
[![Health](https://phpackages.com/badges/ocean-internet-wp-plugin-framework/health.svg)](https://phpackages.com/packages/ocean-internet-wp-plugin-framework)
```

###  Alternatives

[redux-framework/redux-framework

Build better and beautiful sites in WordPress, faster.

1.8k6.2k](/packages/redux-framework-redux-framework)[alleyinteractive/pest-plugin-wordpress

WordPress Pest Integration

263.7k1](/packages/alleyinteractive-pest-plugin-wordpress)[wordpress-phoenix/abstract-plugin-base

PHP class to extend when building a WordPress plugin allowing you to follow smart plugin setup standards.

1013.0k1](/packages/wordpress-phoenix-abstract-plugin-base)

PHPackages © 2026

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