PHPackages                             eliasis-framework/wordpress-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. eliasis-framework/wordpress-plugin

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

eliasis-framework/wordpress-plugin
==================================

Skeleton for create WordPress plugins with Eliasis Framework

1.0.3(8y ago)08GPL-2.0+PHPPHP ^5.3 || ^7.0

Since Apr 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/eliasis-framework/wordpress-plugin)[ Packagist](https://packagist.org/packages/eliasis-framework/wordpress-plugin)[ RSS](/packages/eliasis-framework-wordpress-plugin/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (6)Versions (4)Used By (0)

Eliasis WordPress plugin skeleton
=================================

[](#eliasis-wordpress-plugin-skeleton)

[![Latest Stable Version](https://camo.githubusercontent.com/378cdb09ddd7030a1a091d74d90bd0d24d435e734b5f65dd9a7c34e62d548f48/68747470733a2f2f706f7365722e707567782e6f72672f656c69617369732d6672616d65776f726b2f776f726470726573732d706c7567696e2f762f737461626c65)](https://packagist.org/packages/eliasis-framework/wordpress-plugin)[![License](https://camo.githubusercontent.com/3a17a0422169c178d0addab7d96e28a8b240e31dc523cc5fcc8ad3f57d32b986/68747470733a2f2f706f7365722e707567782e6f72672f656c69617369732d6672616d65776f726b2f776f726470726573732d706c7567696e2f6c6963656e7365)](https://packagist.org/packages/eliasis-framework/wordpress-plugin)

[Versión en español](README-ES.md)

[![image](https://github.com/Eliasis-Framework/WordPress-Plugin/raw/master/resources/eliasis-wordpress-plugin.png)](https://github.com/Eliasis-Framework/WordPress-Plugin/blob/master/resources/eliasis-wordpress-plugin.png)

---

- [Installation](#installation)
- [Requirements](#requirements)
- [Quick Start and Examples](#quick-start-and-examples)
- [Sponsor](#Sponsor)
- [License](#license)

---

A skeleton for creating WordPress plugins with [Eliasis Framework](https://github.com/Eliasis-Framework/Eliasis).

### Installation

[](#installation)

You can install this application using [Composer](http://getcomposer.org/download/). In the root folder of WordPress run:

```
composer create-project --prefer-dist eliasis-framework/wordpress-plugin

```

The previous command will only install the necessary files, if you prefer to download the entire source code (including tests, vendor folder, exceptions not used, docs...) you can use:

```
composer create-project --prefer-source eliasis-framework/wordpress-plugin

```

Or you can also clone the complete repository with Git:

### Requirements

[](#requirements)

This framework is supported by PHP versions 5.6 or higher and is compatible with HHVM versions 3.0 or higher.

### Quick Start and Examples

[](#quick-start-and-examples)

To use Eliasis PHP Framework in a plugin, simply:

```
$DS = DIRECTORY_SEPARATOR;

require dirname(__DIR__) . $DS . 'lib' . $DS . 'vendor' . $DS .'autoload.php';

use Eliasis\App\App;

App::run(dirname(__DIR__), 'wordpress-plugin', 'unique_id');

/**
 * The unique id is used to run Eliasis on several
 * WordPress plugins without any conflict between them.
 *
 * Let's tell the App class the plugin that is in use using:
 * App::unique_id('namespace')
 *
 * For example:
 */

# Plugin one

App::run(dirname(__DIR__), 'wordpress-plugin', 'pluginOneId');

function getPublicPath() {

 App::pluginOneId('path', 'public');
}

# Plugin two

App::run(dirname(__DIR__), 'wordpress-plugin', 'pluginTwoId');

function getPublicPath() {

 App::pluginTwoId('path', 'public');
}
```

### Contribute

[](#contribute)

1. Check for open issues or open a new issue to start a discussion around a bug or feature.
2. Fork the repository on GitHub to start making your changes.
3. Write one or more tests for the new feature or that expose the bug.
4. Make code changes to implement the feature or fix the bug.
5. Send a pull request to get your changes merged and published.

This is intended for large and long-lived objects.

### Licensing

[](#licensing)

This project is licensed under **GPL-2.0+**. See the [LICENSE](LICENSE) file for more info.

### Copyright

[](#copyright)

2017 Josantonius, [josantonius.com](https://josantonius.com/)

If you find it useful, let me know 😉

You can contact me on [Twitter](https://twitter.com/Josantonius) or through my [email](mailto:hello@josantonius.com).

Sponsor
-------

[](#sponsor)

If this project helps you to reduce your development time, [you can sponsor me](https://github.com/josantonius#sponsor) to support my open source work 😊

License
-------

[](#license)

This repository is licensed under the [GPL-2.0+ License](LICENSE).

Copyright © 2017-2022, [Josantonius](https://github.com/josantonius#contact)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

4

Last Release

3242d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b221283501ec8a9cbaefaf27821a91ae8ddd33bddf1fccc6c6815b7ad216ff1?d=identicon)[Josantonius](/maintainers/Josantonius)

---

Top Contributors

[![josantonius](https://avatars.githubusercontent.com/u/18104336?v=4)](https://github.com/josantonius "josantonius (18 commits)")

---

Tags

composerdeprecateddeprecated-repophpwordpressphppluginwordpressEliasisEliasis Framework

### Embed Badge

![Health badge](/badges/eliasis-framework-wordpress-plugin/health.svg)

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

###  Alternatives

[alleyinteractive/pest-plugin-wordpress

WordPress Pest Integration

263.7k1](/packages/alleyinteractive-pest-plugin-wordpress)[justcoded/wordpress-theme-framework

Lightweight theme framework base with Model-View concept for developers who want to better organize their own custom themes.

264.1k2](/packages/justcoded-wordpress-theme-framework)[htmlburger/wpemerge-plugin

A modern WordPress starter plugin which uses the WP Emerge framework

431.2k](/packages/htmlburger-wpemerge-plugin)

PHPackages © 2026

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