PHPackages                             digitalleapagency/active-campaign - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. digitalleapagency/active-campaign

ActiveLibrary[API Development](/categories/api)

digitalleapagency/active-campaign
=================================

Laravel Package to manage your contacts in Active Campaign account, add/remove tags to contacts and manage events

02PHP

Since Jul 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/digitalleapagency/activecampaignapi)[ Packagist](https://packagist.org/packages/digitalleapagency/active-campaign)[ RSS](/packages/digitalleapagency-active-campaign/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Active Campaign
===============

[](#active-campaign)

Laravel integration for the [Active Campaign](https://developers.activecampaign.com/reference) package.

An open source package by **Digital Leap Agency**, code well, rock on!

Documentation
-------------

[](#documentation)

Follow below steps to install and implement active campaign package in your laravel project:

1. Open Command-Prompt/terminal from your laravel project root folder.
2. Run following command to install the package:

> composer require digitalleapagency/active-campaign

3. Once the package is installed completely, you need to copy the configuration file inside your config folder and register the ActiveCampaignServerProvider. To do so, run the following command:

> php artisan activecampaign:install

4. Once the dependencies are installed and the facades, migrations are registered via service provider, you need to run the migrations by running the command:

> php artisan migrate

This will create all the necessary tables to store the active campaign contacts, tags and events. Make sure your laravel project is connected to a database.

5. Voila! You are now ready to use this package's Facades in your project.

Below mentioned are Facades and the method definition:

- use Contact;

    - Contact::addContact(array $contact\[firstName,lastName,email,phone\])
    - Contact::updateContact(array $contact\[firstName,lastName,email,phone\],$contactID)
    - Contact::getContacts(array $query\_parameters) - visit [Active Campaign](https://developers.activecampaign.com/reference#list-all-contacts) for query parameters
- use Tag;

    - Tag::addTag(array $tag\[tag,description\],$contactID)
    - Tag::updateTag(array $tag\[tag,description\],$tagID,$contactID)
    - Tag::removeTag($tagID,$contactID)
- use Event;

    - Event::addEvent(array $event\[event\_name\])
    - Event::trackEvent(array $event\[event,eventdata,email\])

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/88e9d804cbcbd8544476605725732739fb8c26705191b3ff7b55ecfc377d5145?d=identicon)[digitalleap](/maintainers/digitalleap)

---

Top Contributors

[![apoorva94kedia](https://avatars.githubusercontent.com/u/75178632?v=4)](https://github.com/apoorva94kedia "apoorva94kedia (4 commits)")

### Embed Badge

![Health badge](/badges/digitalleapagency-active-campaign/health.svg)

```
[![Health](https://phpackages.com/badges/digitalleapagency-active-campaign/health.svg)](https://phpackages.com/packages/digitalleapagency-active-campaign)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
