PHPackages                             studioespresso/craft-buttondown - 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. studioespresso/craft-buttondown

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

studioespresso/craft-buttondown
===============================

Buttondown integration

1.0.0(1y ago)018[1 PRs](https://github.com/studioespresso/craft-buttondown/pulls)mitPHPPHP &gt;=8.2CI failing

Since Feb 19Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/studioespresso/craft-buttondown)[ Packagist](https://packagist.org/packages/studioespresso/craft-buttondown)[ GitHub Sponsors](https://github.com/janhenckens)[ RSS](/packages/studioespresso-craft-buttondown/feed)WikiDiscussions develop Synced 1mo ago

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

Buttondown for Craft CMS
========================

[](#buttondown-for-craft-cms)

This plugin allow you to collect email addresses from your website and send them to your [Buttondown](https://buttondown.com/) newsletter.

Note that the plugin is not affiliated with Buttondown in any way - I personally use their service and wanted to create a plugin to make it easier to integrate with Craft CMS.

[![Screenshot](https://camo.githubusercontent.com/70025fbb39ca7bde4315b5a5e1d576469e1d862c2c58d793853c54f805b246ac/68747470733a2f2f7777772e73747564696f657370726573736f2e636f2f6173736574732f627574746f6e646f776e2d6769746875622d62616e6e65722e706e67)](https://camo.githubusercontent.com/70025fbb39ca7bde4315b5a5e1d576469e1d862c2c58d793853c54f805b246ac/68747470733a2f2f7777772e73747564696f657370726573736f2e636f2f6173736574732f627574746f6e646f776e2d6769746875622d62616e6e65722e706e67)

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

[](#requirements)

This plugin requires Craft CMS 5.6.0 or later.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

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

# tell Composer to install the plugin
composer require studioespresso/craft-buttondown

# tell Craft to install the plugin
./craft install/plugin buttondown
```

### Usage

[](#usage)

The plugins needs an API key to connect to Buttondown. You can find your API key in your Buttondown account settings.

#### Basic subscriber form

[](#basic-subscriber-form)

In the simplest form, you only need an input called `email`, you can post that to the `buttondown/subscriber` controller:

```

    {{ csrfInput() }}
    {{ actionInput('buttondown/subscriber') }}
    {{ redirectInput('thanks-for-subscribing') }}

    {{ "Email address"|t }}

    {{ "Subscribe"|t }}

```

#### Fields &amp; tags

[](#fields--tags)

Buttondown makes it very easy to add custom fields and tags to subscribers, simply add them as `fields` or `tags` to the form like the example below:

```

    {{ csrfInput() }}
    {{ actionInput('buttondown/subscriber') }}
    {{ redirectInput('thanks-for-subscribing') }}

    {# Add custom fields #}
    {{ "First Name"|t }}

    {{ "Email address"|t }}

    {# Add tags, hidden or not #}

    {{ "Subscribe"|t }}

```

###  Health Score

38

—

LowBetter than 84% of packages

Maintenance74

Regular maintenance activity

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

444d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8c2fa7c41948f5681df5a1696d3cf9654b75fd6fd5904eeb818e3ed7c4b2628?d=identicon)[janhenckens](/maintainers/janhenckens)

---

Top Contributors

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

---

Tags

buttondownbuttondown-apicraftcmscraftcms-plugin

### Embed Badge

![Health badge](/badges/studioespresso-craft-buttondown/health.svg)

```
[![Health](https://phpackages.com/badges/studioespresso-craft-buttondown/health.svg)](https://phpackages.com/packages/studioespresso-craft-buttondown)
```

###  Alternatives

[craftcms/element-api

Create a JSON API for your elements in Craft

503701.3k8](/packages/craftcms-element-api)[markhuot/craftql

A GraphQL implementation for Craft

31844.7k](/packages/markhuot-craftql)[wrav/oembed

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

36205.0k3](/packages/wrav-oembed)[imarc/craft-googlecustomsearch

A Craft plugin for integrating with Google's Custom Search (and Google's Site Search.)

2312.3k](/packages/imarc-craft-googlecustomsearch)[scaramangagency/craftagram

Grab Instagram content through the Instagram API

1426.0k](/packages/scaramangagency-craftagram)[dukt/twitter

Tweet field, search widget, embeds, and authenticated Twitter API requests.

1326.7k](/packages/dukt-twitter)

PHPackages © 2026

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