All Projects → thinkshout → Mailchimp Api Php

thinkshout / Mailchimp Api Php

PHP library for v3 of the MailChimp API.

Projects that are alternatives of or similar to Mailchimp Api Php

Androidaudioconverter
Convert audio files inside your Android app easily. Supported formats: AAC, MP3, M4A, WMA, WAV and FLAC.
Stars: ✭ 1,156 (+1441.33%)
Mutual labels:  library
Redoflacs
Parallel BASH commandline FLAC compressor, verifier, organizer, analyzer, and retagger
Stars: ✭ 71 (-5.33%)
Mutual labels:  library
Pypattyrn
A simple library for implementing common design patterns.
Stars: ✭ 1,180 (+1473.33%)
Mutual labels:  library
Bitcoin Elixir
Bitcoin tools and full node implementation in Elixir.
Stars: ✭ 70 (-6.67%)
Mutual labels:  library
Uclicker
A Unity Clicker Library
Stars: ✭ 71 (-5.33%)
Mutual labels:  library
Loadingshimmer
An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.
Stars: ✭ 1,180 (+1473.33%)
Mutual labels:  library
Andes
Python toolbox / library for power system transient dynamics simulation with symbolic modeling and numerical analysis 🔥
Stars: ✭ 68 (-9.33%)
Mutual labels:  library
Bottombar
(Deprecated) A custom view component that mimics the new Material Design Bottom Navigation pattern.
Stars: ✭ 8,459 (+11178.67%)
Mutual labels:  library
Calendarview
Calendar View Library
Stars: ✭ 71 (-5.33%)
Mutual labels:  library
Highway
Highway - A Modern Javascript Transitions Manager
Stars: ✭ 1,185 (+1480%)
Mutual labels:  library
Tanya
GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities
Stars: ✭ 70 (-6.67%)
Mutual labels:  library
Cscss
CSS parsing library for C# based on Mozilla Firefox code [MPL]
Stars: ✭ 70 (-6.67%)
Mutual labels:  library
Notti
Dead simple user notification.
Stars: ✭ 72 (-4%)
Mutual labels:  library
Egeo
EGEO is the open-source UI library used to build Stratio's UI. It includes UI Components, Utilities, Services and much more to build user interfaces quickly and with ease. The library is distributed in AoT mode.
Stars: ✭ 69 (-8%)
Mutual labels:  library
Siddhi
Stream Processing and Complex Event Processing Engine
Stars: ✭ 1,185 (+1480%)
Mutual labels:  library
Anglesharp.js
👼 Extends AngleSharp with a .NET-based JavaScript engine.
Stars: ✭ 68 (-9.33%)
Mutual labels:  library
Chronos
A standalone DateTime library originally based off of Carbon
Stars: ✭ 1,175 (+1466.67%)
Mutual labels:  library
Php Library Starter Kit
A tool to quickly set up the base files of a PHP library project.
Stars: ✭ 75 (+0%)
Mutual labels:  library
C Ares
A C library for asynchronous DNS requests
Stars: ✭ 1,193 (+1490.67%)
Mutual labels:  library
Accord
Data validation library for Rust
Stars: ✭ 72 (-4%)
Mutual labels:  library

PHP library for v3 of the Mailchimp API

This library provides convenient wrapper functions for Mailchimp's REST API. The API is documented here.

Requirements

  • PHP 5.4.0 or greater (7.0 or greater if you wish to use phpunit)
  • Composer
  • Guzzle

Installation

Dependencies are managed by Composer. After installing Composer, run the following command from the library root:

composer install --no-dev --ignore-platform-reqs

Or to install with phpunit:

composer install

Testing

This library includes a PHPUnit test suite.

Running PHPUnit tests

Add Composer's vendor directory to your PATH by adding the following line to your profile. This is dependent on your system, but on a Linux or Mac OSX system using Bash, you'll typically find the file at ~/.bash_profile.

export PATH="./vendor/bin:$PATH"

Bash example:

echo 'export PATH="./vendor/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile

Then run PHPUnit:

phpunit

Mailchimp API Playground

Mailchimp's API Playground provides access to all API methods via a web-based UI. You can use this to test API calls and review data you've sent to Mailchimp.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].