Skip to content
Marco Cusano edited this page Jun 16, 2019 · 6 revisions

Introduction

You’ve found the Mailchimp PHP lib Documentation! This page is dedicated to showing you all the ways that you can use Mailchimp to make cool stuff through a web page, using one of the best and advanced newsletter system to your project. Based on the official Mailchimp API Documentation.

Legal

This library has been developed to simplify all website and web application developers who wish to connect with Mailchimp and for those who use PHP as main language.

Please feel free to share this library with anyone, as long as you follow the guidelines of the GPL 3.0.

References

You will never need to specify endpoints, just call functions to get all the information you need, sometimes passing parameters. if there is something that is not completely clear I suggest you take a look at the official documentation.

Resources

How to use $mailchimp->ads functions.

How to use $mailchimp->automations functions.

How to use $mailchimp->batches functions.

How to use $mailchimp->campaigns functions.

Connections

How to use $mailchimp->connected_sites functions.

How to use $mailchimp->conversations functions.

E-Commerce Store (Under development)

How to use $mailchimp->ecommerce functions.

How to use $mailchimp->landings functions.

How to use $mailchimp->lists functions.

How to use $mailchimp->search functions.

WebHooks (Under Development)

How to use $mailchimp->webhooks functions.




  • create
  • createFeedback
  • createFolder
  • delete
  • deleteFeedback
  • deleteFolder
  • edit
  • editContent
  • editFeedback
  • editFolder
  • get
  • getContent
  • getFeedback
  • getFolders
  • sendChecklist

  • create
  • delete
  • edit
  • get


Under Development



  • create
  • createMember/subscribe
  • createMemberNote
  • createMemberTag
  • createSegment
  • createSignup
  • delete
  • deleteMember/Unsubscribe
  • deleteMemberPermanently
  • deleteMemberNote
  • deleteMergeField
  • deleteSegment
  • edit
  • editMember
  • editMemberNote
  • editMemberTag
  • editMergeField
  • editSegment
  • get
  • getAbuse
  • getActivity
  • getClients
  • getGrowthHistory
  • getLocations
  • getMembers
  • getMemberNotes
  • getMemberTags
  • getMergeFields
  • getSegments
  • getSignup


Under Development

Clone this wiki locally