PHPackages                             kylwes/ignition - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kylwes/ignition

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kylwes/ignition
===============

WordPress plugin biolerplate

023PHP

Since May 16Pushed 8y agoCompare

[ Source](https://github.com/kylwes/ignition)[ Packagist](https://packagist.org/packages/kylwes/ignition)[ RSS](/packages/kylwes-ignition/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Ignition
========

[](#ignition)

Basic framework for expanding WordPress functionalities

Table of Contents
-----------------

[](#table-of-contents)

```
[Getting Started](#getting-started)
[Prerequisites](#prerequisites)
[Installation](#installation)
[Usage](#usage)
[Authors](#authors)
[License](#license)

```

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

[](#prerequisites)

Make sure you have composer installed and composer is configured

```
composer init

```

### Installation

[](#installation)

```
composer install kylwes/ignition

```

Make sure you require the composer autoload

```
require(__DIR__ . '/vendor/autoload.php');

```

### Usage

[](#usage)

Setup a base for your plugin in wp-content/plugins/{plugin}/{plugin}.php

and make a namespace for your username

```
namespace {author};

use Kylwes/Ignition/Plugin;

/**
 * @wordpress-plugin
 * Plugin Name:       {plugin}
 * Version:           0.0.1
 * Author
 */

 class {plugin} extends Plugin {
     public $plugin_name = {plugin}

     public $version = 0.0.1;

     public $autoload = [];
 }

```

Authors
-------

[](#authors)

- **Kylian Wester** - *Initial work* - [KylWes](https://github.com/KylWes)

See also the list of [contributors](https://github.com/kylwes/ignition/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6fc9a3e491ac6bd846d098039ed70f7ea284bd9904f4427c63a1b2e64533620a?d=identicon)[kylwes](/maintainers/kylwes)

### Embed Badge

![Health badge](/badges/kylwes-ignition/health.svg)

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

###  Alternatives

[lifo/php-daemon

PHP Multiprocessing Daemon

5136.2k](/packages/lifo-php-daemon)[rtckit/sip

SIP protocol implementation written in PHP

4218.7k2](/packages/rtckit-sip)

PHPackages © 2026

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