PHPackages                             antriver/flarum-http-hooks - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. antriver/flarum-http-hooks

ActiveFlarum-extension[HTTP &amp; Networking](/categories/http)

antriver/flarum-http-hooks
==========================

Call some external APIs when things happen in your Flarum forum.

0.0.3(8y ago)026[1 issues](https://github.com/antriver/flarum-http-hooks/issues)PHP

Since Mar 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/antriver/flarum-http-hooks)[ Packagist](https://packagist.org/packages/antriver/flarum-http-hooks)[ RSS](/packages/antriver-flarum-http-hooks/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (4)Used By (0)

A [Flarum](http://flarum.org/) extension that makes POST requests to URLs you specify when certain events happen.

### Supported Events

[](#supported-events)

Only the following events are currently supported. Feel free to make a pull request to add more.

- PostWasPosted

Installation
============

[](#installation)

```
composer require antriver/flarum-http-hooks

```

Configuration
=============

[](#configuration)

There is no UI for specifying the URLs. Instead you must add an entry to your database containing a JSON string.

Example configuration:

```
{"PostWasPosted":["http://www.example.com/someplace", "https://www.example.org/otherplace"]}
```

Makes those 2 URLs receive a POST request when Flarum's PostWasPosted event fires.

To add this to you settings table:

```
INSERT INTO `settings` (`key`, `value`)
VALUES
	('flarum-http-hooks.urls', '{\"PostWasPosted\":[\"http://www.example.com/someplace\", \"https://www.example.org/otherplace\"]}');
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Every ~0 days

Total

3

Last Release

2974d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7dc40f9d37443cd47fc0079800c1ea6cee515b4efce4e0dfb942f15969a82a39?d=identicon)[antriver](/maintainers/antriver)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/antriver-flarum-http-hooks/health.svg)

```
[![Health](https://phpackages.com/badges/antriver-flarum-http-hooks/health.svg)](https://phpackages.com/packages/antriver-flarum-http-hooks)
```

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

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