lwekuiper / statamic-mailchimp
Subscribe forms to Mailchimp
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:statamic-addon
Requires
- php: ^8.2
- drewm/mailchimp-api: ^2.5
- laravel/framework: ^10.0 || ^11.0 || ^12.0
- statamic/cms: ^4.0 || ^5.0
Requires (Dev)
- orchestra/testbench: ^8.0 || ^9.0 || ^10.0
README
This package provides an easy way to integrate Mailchimp with Statamic forms and allows for multi-site configurations.
Note This addon requires Statamic Pro to enable multi-site capabilities.
Features
This addon allows you to:
- Configure Statamic forms to subscribe to a Mailchimp list.
- Supports multi-site capabilities of Statamic Pro.
Requirements
- PHP 8.2+
- Laravel 10.0+
- Statamic 4.0+
How to Install
You can search for this addon in the Tools > Addons
section of the Statamic control panel and click install, or run the following command from your project root:
composer require lwekuiper/statamic-mailchimp
The package will automatically register itself.
Configuration
Set your Mailchimp API Key and URL in your .env
file.
MAILCHIMP_API_KEY=your-key-here
How to Use
Create your Statamic forms as usual. Then