activecampaign-api-php
Official ActiveCampaign PHP API client for marketing automation and deal pipelines.
Why consider activecampaign-api-php?
activecampaign-api-php is the official open-source PHP API client for ActiveCampaign. It synchronizes marketing leads, creates automated email drip sequences, moves deals across sales pipeline stages, and updates contact custom fields.
Learn activecampaign-api-php by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of activecampaign-api-php
activecampaign-api-php automates lead scoring and email drip campaigns in PHP applications.
Quickstart
composer require activecampaign/api-phpuse ActiveCampaign\Api\Contact;$contact = new Contact("https://account.api-us1.com", "API_KEY");$contact->addNew(["email" => "lead@b2b.com", "first_name" => "Alex"]);activecampaign-api-php is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
klaviyo-api-python
Official Python SDK for the Klaviyo E-commerce Marketing Automation API.
klaviyo-api-node
Official Node.js SDK for the Klaviyo E-commerce Marketing Automation API.
hubspot-api-python
Official Python client for the HubSpot CRM & Marketing Automation REST APIs.
MyBB
The free and open source PHP forum software powering thousands of online communities.