Download the PHP package innoweb/silverstripe-mailchimp-signup without Composer

On this page you can find all versions of the php package innoweb/silverstripe-mailchimp-signup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package silverstripe-mailchimp-signup

SilverStripe MailChimp Signup Page

Version

Overview

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

The submissions need to be confirmed by the user, they receives a confirmation email from MailChimp.

Requirements

Note: this version is compatible with SilverStripe 5. For SilverStripe 4, please see the 4 release line. For SilverStripe 3, please see the 3.x release line.

Installation

Install the module using composer:

Then run dev/build.

Configuration

To disable SSL verfication (e.g. for your local dev environment) you can add the following to your _config.php file:

MailChimpSignupPage

The page type has a 'MailChimp' tab where the MailChimp API Key and the AudienceID can be configured.

Once the page is saved it will automatically read the fields from the MailChimp list and display a generated signup form based on these fields.

You can block the loading of jQuery and jQuery validate by using the following config option:

You can block the loading of the form validation script by using the following config option:

If you keep this enabled, you need to have jQuery/validate enabled as well or load these libraries by other means before this form validation script.

The forms fields loaded from MailChimp are cached for 5 minutes by default. You can change the cache time in the config:

Whenever the signup page is published, the cache is deleted.

MailChimpCampaignListPage

The page type has a 'MailChimp' tab where the MailChimp API Key, as well as the campaign filters and limitscan be configured.

The following configuration options are available:

If auto_update is enabled, the campaigns are read from MailChimp when the page is displayed, using the update_interval (seconds) as a limit. The campaigns are always updated when the page is saved.

License

BSD 3-Clause License, see License


All versions of silverstripe-mailchimp-signup with dependencies

PHP Build Version
Package Version
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package innoweb/silverstripe-mailchimp-signup contains the following files

Loading the files please wait ....