PHPackages                             konzentrik/autopublish - 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. konzentrik/autopublish

ActiveKirby-plugin[Utility &amp; Helpers](/categories/utility)

konzentrik/autopublish
======================

Set a date to automatically publish a page

1.0.1(10mo ago)753MITPHPPHP &gt;=8.2.0CI passing

Since May 9Pushed 3mo agoCompare

[ Source](https://github.com/konzentrik/kirby-autopublish)[ Packagist](https://packagist.org/packages/konzentrik/autopublish)[ Docs](https://github.com/konzentrik/kirby-autopublish)[ RSS](/packages/konzentrik-autopublish/feed)WikiDiscussions main Synced 1mo ago

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

Autopublish
===========

[](#autopublish)

[![GitHub release](https://camo.githubusercontent.com/f817946c0e9cac72f5491d156c3e7dce50ecd01e1b8e5899e59a65192fe44381/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6b6f6e7a656e7472696b2f6b697262792d6175746f7075626c6973682e7376673f6d61784167653d31383030)](https://camo.githubusercontent.com/f817946c0e9cac72f5491d156c3e7dce50ecd01e1b8e5899e59a65192fe44381/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6b6f6e7a656e7472696b2f6b697262792d6175746f7075626c6973682e7376673f6d61784167653d31383030) [![License](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667) [![Kirby Version](https://camo.githubusercontent.com/d7946edb7ed5ab7a2f6c7b4e446bb41e28877763edf7d667ed5e85f0467c87e5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4b697262792d342532422d626c61636b2e737667)](https://camo.githubusercontent.com/d7946edb7ed5ab7a2f6c7b4e446bb41e28877763edf7d667ed5e85f0467c87e5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4b697262792d342532422d626c61636b2e737667)

[![Header](/assets/autopublish-header.png)](/assets/autopublish-header.png)

This Kirby plugin will auto publish selected pages. Enable auto publishing for certain pages in the panel and set a date when to publish the page. Autopublish will handle the rest.

---

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

[](#installation)

Use one of these methods to install the plugin:

- composer (recommended): `composer require konzentrik/autopublish`
- zip file: unzip [main.zip](https://github.com/konzentrik/kirby-autopublish/releases/latest) as folder `site/plugins/autopublish`

Usage
-----

[](#usage)

### Add panel fields

[](#add-panel-fields)

Add the `autopublish` field to your page blueprint:

```
fields:
  autopublish: fields/autopublish
```

Or add the toggle and date field by yourself:

```
fields:
  autopublish:
    label: Autopublish
    type: toggle
    translate: false
  autopublishDate:
    label: Autopublish Date
    type: date
    time: true
    translate: false
    when:
      autopublish: true
```

If you already have a date field you want to use, you can configure the plugin to use it, by setting this option in your `config.php`

```
'konzentrik.autopublish.dateField' => 'my-date-field',
```

### Configure and use the webhook

[](#configure-and-use-the-webhook)

First set a secret in your `config.php`:

```
'konzentrik.autopublish.secret' => 'my-secret',
```

You can now trigger the Webhook:

`https://example.com/autopublish/cron/my-secret`

Replace example.com with your hostname and `my-secret` with the secret you set in your config.php. Whenever you trigger the Webhook the plugin will look for unpublished pages with a date older or equal to the current date-time and then publishes the page.

Options
-------

[](#options)

Please make sure to prefix all options with `konzentrik.autopublish` or use the array notation.

OptionDefaultDescription`dateField``'autopublishDate'`The field name of your date field`secret``''`A secret to secure the webhook

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance69

Regular maintenance activity

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~41 days

Total

2

Last Release

326d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/444365dbf3808354259e86da5471b5f4cd0e791e9b5b5493292c83f426dfdbca?d=identicon)[konzentrik](/maintainers/konzentrik)

---

Top Contributors

[![mauricerenck](https://avatars.githubusercontent.com/u/964547?v=4)](https://github.com/mauricerenck "mauricerenck (8 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (2 commits)")

---

Tags

kirbykirby-4kirby-5kirby-cmskirby-pluginkirby4kirby5

### Embed Badge

![Health badge](/badges/konzentrik-autopublish/health.svg)

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

###  Alternatives

[distantnative/retour-for-kirby

Manage redirects and track 404s right from the Kirby CMS Panel

14689.4k1](/packages/distantnative-retour-for-kirby)[mzur/kirby-uniform

A versatile Kirby plugin to handle web form actions.

26068.3k13](/packages/mzur-kirby-uniform)[arnoson/kirby-vite

Vite helper for Kirby CMS

9759.2k3](/packages/arnoson-kirby-vite)[thathoff/kirby-git-content

Plugin to track changes to content in a git repository.

15343.7k](/packages/thathoff-kirby-git-content)[sylvainjule/locator

A map &amp; geolocation field, built on top of open-source services / Mapbox

11237.3k1](/packages/sylvainjule-locator)[tobimori/kirby-seo

The default choice for SEO on Kirby: Implement technical SEO &amp; Meta best practices with ease and provide an easy-to-use editor experience

10039.7k1](/packages/tobimori-kirby-seo)

PHPackages © 2026

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