Download the PHP package ahmedsamy/hype-mailchimp-bundle without Composer
On this page you can find all versions of the php package ahmedsamy/hype-mailchimp-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ahmedsamy/hype-mailchimp-bundle
More information about ahmedsamy/hype-mailchimp-bundle
Files in ahmedsamy/hype-mailchimp-bundle
Package hype-mailchimp-bundle
Short Description Mailchimp V2.0 API Object Oriented wrapper
License MIT
Homepage https://github.com/AhmedSamy/hype-mailchimp-api-2.0
Informations about the package hype-mailchimp-bundle
Hype MailchimpBundle for API V2.0
Symfony2.x bundle for MailChimp API V2 and Export API API V1 Wrapper bundle that makes accessing Mailchimp functions easily in object oriented using method chaining
License
HypeMailChimp bundle released under MIT LICENSE
Supported API Methods
Campaigns related
campaigns/createcampaigns/contentcampaigns/listcampaigns/deletecampaigns/pausecampaigns/readycampaigns/replicatecampaigns/readycampaigns/resumecampaigns/sendcampaigns/send-testcampaigns/segment-testcampaigns/schedulecampaigns/schedule-batchcampaigns/unschedulecampaigns/update
Lists related
lists/listlists/abuse-reportslists/activitylists/subscribelists/unsubscribelists/member-infolists/interest-groupingslists/interest-grouping-addlists/interest-grouping-dellists/interest-grouping-updatelists/interest-group-addlists/interest-group-updatelists/interest-group-dellists/segmentslists/segment-test
Templates related
templates/addtemplates/listtemplates/deltemplates/infotemplates/undel
Export API
listcampaignSubscriberActivity
Helper related
helper/pinghelper/generate-text
Need support for a method not on the list submit an issue
Setup
Step 1: Download HypeMailchimp using composer
Add HypeMailchimp in your composer.json:
Now tell composer to download the bundle by running the command:
Composer will install the bundle to your project's vendor/ahmedsamy/hype directory.
Step 2: Enable the bundle
Enable the bundle in the kernel:
Step 3: Add configuration
Usage
Using service
Examples
Create new campaign
Delete existing campaign
Send campaign
Subscribe new user to list
Note that the user will be subscribed to the default list set in config.yml.
If you want to change the list for this time only, you can use
All versions of hype-mailchimp-bundle with dependencies
kriswallsmith/buzz Version >=0.7
symfony/framework-bundle Version ~2.0|~3.0|~4.0
ext-curl Version *