TiloBox
Back to directory
activecampaign-api-php project preview

activecampaign-api-php

Official ActiveCampaign PHP API client for marketing automation and deal pipelines.

LicenseMIT
GitHub stars1.2k
Last commit6 days ago
Tags5 topics
Activecampaign Php SdkEmail Drip SequencesActivecampaign LibCrm Deal PipelinesMarketing
Overview

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.

Guided learning

Learn activecampaign-api-php by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of activecampaign-api-php

activecampaign-api-php automates lead scoring and email drip campaigns in PHP applications.

Quickstart

bash
1composer require activecampaign/api-php
php
1use ActiveCampaign\Api\Contact;
2$contact = new Contact("https://account.api-us1.com", "API_KEY");
3$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.

activecampaign-api-php FAQs

activecampaign-api-php is listed as a Business tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

activecampaign-api-php is listed under the MIT license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

activecampaign-api-php is listed as an alternative to Mailchimp PHP. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.