PHPackages                             datomatic/laravel-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. datomatic/laravel-active-campaign

ActiveLibrary[API Development](/categories/api)

datomatic/laravel-active-campaign
=================================

Laravel wrapper for Active Campaign API v3

v1.2.1(3y ago)0572MITPHPPHP ^8.1CI passing

Since Mar 14Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/datomatic/laravel-active-campaign)[ Packagist](https://packagist.org/packages/datomatic/laravel-active-campaign)[ RSS](/packages/datomatic-laravel-active-campaign/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (9)Dependencies (5)Versions (19)Used By (0)

Laravel wrapper for Active Campaign API v3
==========================================

[](#laravel-wrapper-for-active-campaign-api-v3)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0c1dea5a08125ceaf73bdc5713deef3e547fbe4a488b35a9f01f80b7c8dda7e2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6461746f6d617469632f6c61726176656c2d6163746976652d63616d706169676e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/datomatic/laravel-active-campaign)[![GitHub Tests Action Status](https://camo.githubusercontent.com/0478331073cdd93254f4cabbc74c8fc6af7231c7e4276734b3b2151874efc681/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6461746f6d617469632f6c61726176656c2d6163746976652d63616d706169676e2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/datomatic/laravel-active-campaign/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/7ba3a1044869a017dfb50592da7f10d8c654b55363b646f9eba6d11222d79b48/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6461746f6d617469632f6c61726176656c2d6163746976652d63616d706169676e2f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/datomatic/laravel-active-campaign/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/6e281c1ae29a3005c44cf7f2f8ce6be802cdf12b112343a2ffa78c864685a18c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6461746f6d617469632f6c61726176656c2d6163746976652d63616d706169676e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/datomatic/laravel-active-campaign)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/02239ffe6c6011a8e2670825381386e751c83d1be4e37c414f2b5dd0cf4ee26d/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d6163746976652d63616d706169676e2e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-active-campaign)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require datomatic/laravel-active-campaign
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-active-campaign-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-active-campaign-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-active-campaign-views"
```

Usage
-----

[](#usage)

```
$activeCampaign = new Datomatic\ActiveCampaign();
echo $activeCampaign->echoPhrase('Hello, Datomatic!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Alberto Peripolli](https://github.com/tr1pp0)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance58

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 62.6% 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.

###  Release Activity

Cadence

Every ~91 days

Total

17

Last Release

99d ago

PHP version history (2 changes)v1.0.0PHP ^8.0.2

v1.2.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/497169?v=4)[Alberto Peripolli](/maintainers/trippo)[@trippo](https://github.com/trippo)

---

Top Contributors

[![trippo](https://avatars.githubusercontent.com/u/497169?v=4)](https://github.com/trippo "trippo (57 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (22 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (12 commits)")

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6277.0k5](/packages/riclep-laravel-storyblok)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[rapidez/core

Rapidez Core

1822.4k65](/packages/rapidez-core)

PHPackages © 2026

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