PHPackages                             firegoby/add-rewrite-ep - 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. firegoby/add-rewrite-ep

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

firegoby/add-rewrite-ep
=======================

Simple WordPress rewrite class

0.1.0(13y ago)248MITPHPPHP &gt;=5.2

Since May 15Pushed 13y ago1 watchersCompare

[ Source](https://github.com/miya0001/add_rewrite_ep)[ Packagist](https://packagist.org/packages/firegoby/add-rewrite-ep)[ RSS](/packages/firegoby-add-rewrite-ep/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

WordPress add rewrite rules interface
=====================================

[](#wordpress-add-rewrite-rules-interface)

Installing via Composer
-----------------------

[](#installing-via-composer)

### Create composer.json like below.

[](#create-composerjson-like-below)

```
{
    "require": {
        "firegoby/add-rewrite-ep": "dev-master"
    }
}

```

### Download and install Composer.

[](#download-and-install-composer)

```
curl -s "http://getcomposer.org/installer" | php

```

### Install your dependencies.

[](#install-your-dependencies)

```
php composer.phar install

```

### require via autoloader

[](#require-via-autoloader)

```
require '/path/to/sdk/vendor/autoload.php';

```

How to use
----------

[](#how-to-use)

```
$app = new Firegoby_AddRewriteEP('app', 'my_callback');
$app->register();
function my_callback(){
    echo 'some contents';
    exit;
}

```

- You must execute flush\_rewrite\_rules() in the register\_activation\_hook() or other.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

4794d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1366a673de80559a738e11fb4bd3600842f45ebc21abe8e2842e7205686a3ca0?d=identicon)[miya0001](/maintainers/miya0001)

---

Top Contributors

[![miya0001](https://avatars.githubusercontent.com/u/309946?v=4)](https://github.com/miya0001 "miya0001 (14 commits)")

---

Tags

wordpressrewrite

### Embed Badge

![Health badge](/badges/firegoby-add-rewrite-ep/health.svg)

```
[![Health](https://phpackages.com/badges/firegoby-add-rewrite-ep/health.svg)](https://phpackages.com/packages/firegoby-add-rewrite-ep)
```

###  Alternatives

[aristath/kirki

Extending the WordPress customizer

1.3k73.1k4](/packages/aristath-kirki)[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.7k](/packages/afragen-git-updater)[tacowordpress/tacowordpress

WordPress custom post types that feel like CRUD models

232.2k](/packages/tacowordpress-tacowordpress)

PHPackages © 2026

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