2017 © Pedro Peláez
 

symfony-bundle mailchimp-bundle

Add validation to a form based on a Mailchimp response

image

manhattan/mailchimp-bundle

Add validation to a form based on a Mailchimp response

  • Tuesday, April 21, 2015
  • by frodosghost
  • Repository
  • 1 Watchers
  • 0 Stars
  • 107 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Mailchimp Validation Bundle

Bundle adds the ability to use Mailchimp bundle within validation to submit and return errors to users as validation messages., (*1)

How

  1. Add this bundle to the composer file:, (*2)

    {
        "require": {
            ...
            "manhattan/mailchimp-bundle": "dev-master"
        }
    }
  2. Add this bundle to your app kernel:, (*3)

    // app/AppKernel.php
    public function registerBundles()
    {
        return array(
            // ...
            new MZ\MailChimpBundle\MZMailChimpBundle(),
            new Manhattan\MailchimpBundle\ManhattanMailchimpBundle(),
            // ...
        );
    }

The Versions

21/04 2015

dev-master

9999999-dev

Add validation to a form based on a Mailchimp response

  Sources   Download

MIT

The Requires

 

api newsletter validation mailchimp subscription