PHPackages                             a-rbsn/craft-build-trigger - 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. [API Development](/categories/api)
4. /
5. a-rbsn/craft-build-trigger

ActiveCraft-plugin[API Development](/categories/api)

a-rbsn/craft-build-trigger
==========================

A simple plugin to allow manual triggering of a webhook url, used for Netlify, Vercel etc.

1.1.0(today)001proprietaryPHPPHP &gt;=8.2CI passing

Since Dec 17Pushed today1 watchersCompare

[ Source](https://github.com/a-rbsn/craft-build-trigger)[ Packagist](https://packagist.org/packages/a-rbsn/craft-build-trigger)[ RSS](/packages/a-rbsn-craft-build-trigger/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

Build Trigger
=============

[](#build-trigger)

A simple plugin to allow manual triggering of a webhook url, used for Netlify, Vercel etc.

In a multisite install you can configure a separate build hook per site, so each headless front-end can be rebuilt independently.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 5.5.0 or later, and PHP 8.2 or later.

Configuration
-------------

[](#configuration)

Go to **Settings → Plugins → Build Trigger** and enter a build hook URL for each site. Leave a site blank to disable its build trigger.

Any service that exposes a build/deploy webhook works (Netlify, Vercel, GitHub Actions, GitLab, Cloudflare Pages, …) — the plugin simply sends a `POST` to the configured URL.

Environment variables and aliases are supported, so you can keep the actual URLs out of project config:

```
# .env
BUILD_HOOK_MAIN="https://api.netlify.com/build_hooks/xxxxxxxx"
BUILD_HOOK_SHOP="https://api.vercel.com/v1/integrations/deploy/prj_xxxxxxxx/yyyyyyyy"

```

Then enter `$BUILD_HOOK_MAIN` (etc.) as the hook URL for the corresponding site.

Triggering a build
------------------

[](#triggering-a-build)

Open the **Build Trigger** section in the control panel, pick a site from the dropdown and press **Trigger build**. Only sites with a configured hook are listed.

Installation
------------

[](#installation)

You can install this plugin from the Plugin Store or with Composer.

#### From the Plugin Store

[](#from-the-plugin-store)

Go to the Plugin Store in your project’s Control Panel and search for “Build Trigger”. Then press “Install”.

#### With Composer

[](#with-composer)

Open your terminal and run the following commands:

```
# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require a-rbsn/craft-build-trigger

# tell Craft to install the plugin
./craft plugin/install build-trigger
```

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance100

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~551 days

Total

2

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29486866?v=4)[Andrew Robinson](/maintainers/a-rbsn)[@a-rbsn](https://github.com/a-rbsn)

---

Top Contributors

[![a-rbsn](https://avatars.githubusercontent.com/u/29486866?v=4)](https://github.com/a-rbsn "a-rbsn (3 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (3 commits)")[![rutgerbakker95](https://avatars.githubusercontent.com/u/16154387?v=4)](https://github.com/rutgerbakker95 "rutgerbakker95 (3 commits)")

### Embed Badge

![Health badge](/badges/a-rbsn-craft-build-trigger/health.svg)

```
[![Health](https://phpackages.com/badges/a-rbsn-craft-build-trigger/health.svg)](https://phpackages.com/packages/a-rbsn-craft-build-trigger)
```

###  Alternatives

[craftcms/element-api

Create a JSON API for your elements in Craft

502707.6k9](/packages/craftcms-element-api)[spicyweb/craft-neo

A Matrix-like field type with block hierarchy

393808.8k10](/packages/spicyweb-craft-neo)[craftcms/feed-me

Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.

293943.4k27](/packages/craftcms-feed-me)[wrav/oembed

A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.

36207.2k3](/packages/wrav-oembed)[verbb/formie

The most user-friendly forms plugin for Craft.

100387.6k57](/packages/verbb-formie)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

53675.5k15](/packages/solspace-craft-freeform)

PHPackages © 2026

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