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 2w ago

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 31% 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

3025d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[flarum-lang/russian

Russian language pack for Flarum.

12127.5k](/packages/flarum-lang-russian)[dreamfactory/df-core

DreamFactory(tm) Core Components

1652.0k38](/packages/dreamfactory-df-core)

PHPackages © 2026

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