Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 559 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 559 Bytes

Mailchimp API

Instructions

Require the package in the composer.json file of your project, and map the package in the repositories section. You must also map the api-skeleton package.

{
    "require": {
        "php": ">=8.1",
        "anibalealvarezs/mailchimp-api": "@dev"
    },
    "repositories": [
        {
            "type": "composer", "url": "https://satis.anibalalvarez.com/"
        }
    ]
}

Note: In order to use the package from GitLab, you need to have a valid SSH key configured in your GitLab account.

Methods