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/create
campaigns/content
campaigns/list
campaigns/delete
campaigns/pause
campaigns/ready
campaigns/replicate
campaigns/ready
campaigns/resume
campaigns/send
campaigns/send-test
campaigns/segment-test
campaigns/schedule
campaigns/schedule-batch
campaigns/unschedule
campaigns/update
Lists related
lists/list
lists/abuse-reports
lists/activity
lists/subscribe
lists/unsubscribe
lists/member-info
lists/interest-groupings
lists/interest-grouping-add
lists/interest-grouping-del
lists/interest-grouping-update
lists/interest-group-add
lists/interest-group-update
lists/interest-group-del
lists/segments
lists/segment-test
Templates related
templates/add
templates/list
templates/del
templates/info
templates/undel
Export API
list
campaignSubscriberActivity
Helper related
helper/ping
helper/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 *