PHPackages                             tjournal/newrphus - 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. tjournal/newrphus

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

tjournal/newrphus
=================

Newrphus — misprints reporting engine

0.3.0(7y ago)1547.3k↓33.3%2[1 PRs](https://github.com/tjournal/newrphus/pulls)MITPHPPHP &gt;=5.4.0

Since Jun 10Pushed 7y ago4 watchersCompare

[ Source](https://github.com/tjournal/newrphus)[ Packagist](https://packagist.org/packages/tjournal/newrphus)[ Docs](http://github.com/tjournal/newrphus)[ RSS](/packages/tjournal-newrphus/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (17)Used By (0)

Newrphus
========

[](#newrphus)

Let users send misprints from your website to Slack.

[![License](https://camo.githubusercontent.com/2c7440e9abdf459968e024059854ed8de059b875989d4c7cd4f73c3496781b6a/68747470733a2f2f706f7365722e707567782e6f72672f746a6f75726e616c2f6e657772706875732f6c6963656e7365)](https://packagist.org/packages/tjournal/newrphus)[![Latest Stable Version](https://camo.githubusercontent.com/5712f02803e66e5efee6e917e777fb71e30e732ff48b0b44fc919ab28fd5e5ff/68747470733a2f2f706f7365722e707567782e6f72672f746a6f75726e616c2f6e657772706875732f762f737461626c65)](https://packagist.org/packages/tjournal/newrphus)

Library contains PHP back-end library and Javascript front-end file. You should use both of them to make misprint reporter works.

[![How it works](https://camo.githubusercontent.com/cde30ea8379d4725d0d28287398e3a8b43aa1396103058b92528716f1ac774ff/687474703a2f2f692e696d6775722e636f6d2f7a596f576361742e706e67)](https://camo.githubusercontent.com/cde30ea8379d4725d0d28287398e3a8b43aa1396103058b92528716f1ac774ff/687474703a2f2f692e696d6775722e636f6d2f7a596f576361742e706e67)

When user selects text on a page and presses Ctrl+Enter, the Newrphus sends POST request to `url`. You can also include `userId` parameter to track users. Right after the keypress event, it calls `callback` function, where you can tell user that report was sent.

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

[](#how-to-use)

1. [Create new Incoming webhook](https://slack.com/services/new/incoming-webhook) in Slack.
2. Install PHP library with [Composer](#installing-via-composer).
3. Create backend handler for JS Ajax call.

    ```
    $newrphus = new TJ\Newrphus();
    $reviewer->setSlackSettings([
        'endpoint' => 'https://hooks.slack.com/services/ABCDE/QWERTY',
        'channel' => '#misprints'
    ]);
    $reviewer->report($_POST['misprintText'], $_POST['misprintUrl']);
    ```

    If you want to customize Slack message, see `example.php`.
4. Include js to the page, where you want to track misprints.

    ```

      newrphus.init({
        url: 'example.php',
        userId: 12345,
        callback: function() {
          alert('Misprint sent');
        }
      });

    ```
5. Tell users to select text and press Ctrl+Enter to send report.

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

[](#installing-via-composer)

```
composer.phar require tjournal/newrphus
```

Then include Composer's autoloader:

```
require 'vendor/autoload.php';
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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.

###  Release Activity

Cadence

Every ~90 days

Recently: every ~314 days

Total

15

Last Release

2728d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a23d829168f130bd1e8113dd18c0e490d02d47c2f455b90ed2197ab0e04b228?d=identicon)[chekalskiy](/maintainers/chekalskiy)

---

Tags

slackmisprint

### Embed Badge

![Health badge](/badges/tjournal-newrphus/health.svg)

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

###  Alternatives

[maknz/slack-laravel

Laravel 4 and 5 integration for the maknz/slack package, including facades and service providers.

154969.3k1](/packages/maknz-slack-laravel)[jeremykenedy/slack-laravel

Laravel integration for the jeremykenedy/slack package, including facades and service providers.

54738.8k](/packages/jeremykenedy-slack-laravel)[razorpay/slack-laravel

Laravel 4 and 5 integration for the razorpay/slack package, including facades and service providers.

18375.3k1](/packages/razorpay-slack-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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