Skip to content

The purpose of the reusable PHP clase is sending the basics requests to the Mailchimp API.

License

Notifications You must be signed in to change notification settings

Neo1277/mailchimp-api-requests-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailchimp requests

The purpose of the reusable PHP clase is sending the basics requests to the Mailchimp API.

How to use it

  • Create a file named "credentials.php" to set a constant with the api key:
<?php
	$API_KEY = "sfadsgsdgsdfsfwsddsa-us8";`
  • There is an example of how to use it in the example.php file.

About

The purpose of the reusable PHP clase is sending the basics requests to the Mailchimp API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages