PHPackages                             apiki/wpsteak-plugin - 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. apiki/wpsteak-plugin

ActiveWordpress-plugin[Framework](/categories/framework)

apiki/wpsteak-plugin
====================

A fully structured WordPress plugin.

3.1.11(4y ago)10695[1 issues](https://github.com/Apiki/wpsteak-plugin/issues)[39 PRs](https://github.com/Apiki/wpsteak-plugin/pulls)GPL-2.0-onlyPHPPHP &gt;=7.4

Since Jan 10Pushed yesterday1 watchersCompare

[ Source](https://github.com/Apiki/wpsteak-plugin)[ Packagist](https://packagist.org/packages/apiki/wpsteak-plugin)[ RSS](/packages/apiki-wpsteak-plugin/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (13)Versions (61)Used By (0)

WP Steak [![Build Status](https://camo.githubusercontent.com/5ac94505fadb0c8824da7ec1a7ad2df490a1402dcc92bfc43878bc9a95595492/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4170696b692f7770737465616b2d706c7567696e2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Apiki/wpsteak-plugin/build-status/master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/773342015480c3bfa948a8e089e80f8804b75c7e0ceeb766b2387093f3a46a0d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4170696b692f7770737465616b2d706c7567696e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Apiki/wpsteak-plugin/?branch=master) [![Code Coverage](https://camo.githubusercontent.com/b37bfb191efd51f5e5018c05bb97c761053edcbc4e65ef4ca893f7238326524e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4170696b692f7770737465616b2d706c7567696e2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Apiki/wpsteak-plugin/?branch=master)
================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#wp-steak---)

Features
--------

[](#features)

- All advantages from [WPSteak](https://github.com/Apiki/wpsteak)
- [Dependency injection container](https://container.thephpleague.com/);
- Ready for unit tests with PHPUnit;
- PHP CodeSniffer configured with WordPress Coding Standards;
- Wonderful resources processing configuration extracted from [wpemerge-theme](https://github.com/htmlburger/wpemerge-theme);
- PHP PSR-4 autoloading for all your source code and tests;

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

[](#requirements)

- PHP &gt;= 7.4
- Composer

Quickstart
----------

[](#quickstart)

1. Browse to `wp-content/plugins`.
2. Run `composer create-project apiki/wpsteak-plugin your-plugin-name`.

Directory structure
-------------------

[](#directory-structure)

```
.
├── dist/                            # Bundles, optimized images etc.
├── languages/                       # Language files.
├── resources/                       # Build process configuration, Scripts, Styles, etc.
├── src/                             # PSR-4 autoloaded classes.
│   ├── Entities/                    # Classes for using on data mapper.
│   │   ├── Categories.php
│   │   ├── Category.php
│   │   ├── ExampleCategory.php
│   │   ├── Example.php
│   │   ├── Examples.php
│   │   ├── Page.php
│   │   ├── Post.php
│   │   ├── Posts.php
│   │   ├── Tag.php
│   │   └── Tags.php
│   ├── Providers/                   # Your hooks declarations.
│   │   ├── Assets
│   │   │   ├── Admin.php
│   │   │   ├── Editor.php
│   │   │   ├── Login.php
│   │   │   └── Theme.php
│   │   ├── Example
│   │   │   ├── PostMeta.php
│   │   │   └── PostType.php
│   │   └── ExampleCategory
│   │       └── Taxonomy.php
│   ├── Repositories/                # Where you put your data handle (includes API).
│   │   ├── Category.php
│   │   ├── Example.php
│   │   ├── Page.php
│   │   ├── Post.php
│   │   └── Tag.php
│   ├── Services/                    # Where your business logic goes on.
│   └── Widgets/                     # Widget classes.
├── tests/                           # PHP Unit tests.
├── views/                           # View files used for metaboxes, shortcodes, etc.
├── config.json.dist
├── config.php                       # Where your providers and services providers will be loaded.
└── wpsteak.php                      # Bootstrap plugin.
```

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance63

Regular maintenance activity

Popularity17

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 57.2% 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 ~43 days

Recently: every ~84 days

Total

21

Last Release

1814d ago

Major Versions

v0.2.0 → v1.0.02019-01-19

v1.0.1 → v2.0.02019-02-05

v2.1.1 → v3.0.02020-02-17

PHP version history (3 changes)v0.1.0PHP &gt;=7.0

v0.2.0PHP &gt;=7.1

v3.0.0PHP &gt;=7.4

### Community

Maintainers

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

---

Top Contributors

[![elvishp2006](https://avatars.githubusercontent.com/u/7463100?v=4)](https://github.com/elvishp2006 "elvishp2006 (522 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (369 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (8 commits)")[![gustavo-bonetti](https://avatars.githubusercontent.com/u/73185553?v=4)](https://github.com/gustavo-bonetti "gustavo-bonetti (7 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![paulomfr](https://avatars.githubusercontent.com/u/13263721?v=4)](https://github.com/paulomfr "paulomfr (2 commits)")

---

Tags

phpstarter-pluginwordpress

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/apiki-wpsteak-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/apiki-wpsteak-plugin/health.svg)](https://phpackages.com/packages/apiki-wpsteak-plugin)
```

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[cakephp/core

CakePHP Framework Core classes

6026.8M39](/packages/cakephp-core)[drupal/recommended-project

Project template for Drupal projects with a relocated document root

1502.6M1](/packages/drupal-recommended-project)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)

PHPackages © 2026

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