statamic-rad-pack / campaign-monitor
Subscribe registrations or contact forms to Campaign Monitor
Installs: 79
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 2
Open Issues: 0
Type:statamic-addon
Requires
- php: ^8.1
- bashy/laravel-campaignmonitor: ^6.0
- laravel/framework: ^10.25.0 || ^11.0
- pixelfear/composer-dist-plugin: ^0.1
- statamic/cms: ^5.28
- stillat/proteus: ^4.0
Requires (Dev)
- jasonmccreary/laravel-test-assertions: ^2.0
- laravel/pint: ^1.17
- mockery/mockery: ^1.3.1
- orchestra/testbench: ^7.0 || ^8.0 || ^9.0
- phpunit/phpunit: ^9.0 || ^10.0
README
Manage Campaign Monitor newsletters in Statamic
This package provides an easy way to integrate Campaign Monitor with Statamic forms and user registrations.
Requirements
- PHP 8.1+
- Statamic v4
Installation
You can install this package via composer using:
composer require statamic-rad-pack/campaign-monitor
The package will automatically register itself.
Configuration
Set your Campaign Monitor API Key and Client ID in your .env
file. Instructions on how to find these can be found here.
CAMPAIGNMONITOR_API_KEY=your-api-key-here CAMPAIGNMONITOR_CLIENT_ID=your-client-id-here
Publish the config file to config/campaign-monitor.php
run:
php artisan vendor:publish --tag="campaign-monitor-config"
Usage
Create your Statamic forms as usual. When editing the form you'll see a "Campaign Monitor Integration" section where you can configure if and how that form integrates with Campaign Monitor.
Don't forget to add the consent field to your blueprint.
You can also manage if new users are added a list using the dedicated settings view in the control panel.
Configuration in the Control Panel:
Data storage
Any user related settings are stored by default in resources/campaign_monitor.yaml
.
If you want to change this or use a different data store, you can bind \StatamicRadPack\Mailchimp\UserConfig::class
in your app service provider. You should modify the getSavedSettings
, save
, and exists
methods according to your requirements.
Testing
Run the tests with:
vendor/bin/phpunit
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
Please see SECURITY for details.