PHPackages                             exelero/activecampaign-laravel - 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. exelero/activecampaign-laravel

ActiveLibrary[API Development](/categories/api)

exelero/activecampaign-laravel
==============================

This is my package activecampaign-laravel

v0.1.0-alpha(4y ago)0276MITPHPPHP ^8.0CI failing

Since Oct 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/exelr/activecampaign-laravel)[ Packagist](https://packagist.org/packages/exelero/activecampaign-laravel)[ Docs](https://github.com/exelero/activecampaign-laravel)[ GitHub Sponsors](https://github.com/Exelero)[ RSS](/packages/exelero-activecampaign-laravel/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

This is my package activecampaign-laravel
=========================================

[](#this-is-my-package-activecampaign-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a2324e44ce8214687d66d1b7fa98f4eae6a190a9a600ffc5df1bc917f9516dbc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6578656c65726f2f61637469766563616d706169676e2d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/exelero/activecampaign-laravel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/eaa7332076827908670bd4ba73d63861dc7b4a598264b975632426b7e9260b47/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6578656c65726f2f61637469766563616d706169676e2d6c61726176656c2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/exelero/activecampaign-laravel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/63727fa4680ebe3e62d5c75df4088c9328005f39fe698e9ff58d72f7687fd769/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6578656c65726f2f61637469766563616d706169676e2d6c61726176656c2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/exelero/activecampaign-laravel/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/76998e843a0b305ee6bc571d46ef5ac1b60ecbc9ce6b35ed5677799e4f4881e4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6578656c65726f2f61637469766563616d706169676e2d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/exelero/activecampaign-laravel)

---

This repo can be used to scaffold a Laravel package. Follow these steps to get started:

1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this activecampaign-laravel
2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files
3. Remove this block of text.
4. Have fun creating your package.
5. If you need help creating a package, consider picking up our [Laravel Package Training](https://laravelpackage.training) video course.

---

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/8c04c9b4b64e6a636b63a90c18e3f0c1c4fb81bbd6ac6a6639609ffc52ac728d/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f61637469766563616d706169676e2d6c61726176656c2e6a70673f743d31)](https://spatie.be/github-ad-click/activecampaign-laravel)

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 exelero/activecampaign-laravel
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Exelero\ActiveCampaignLaravel\ActiveCampaignLaravelServiceProvider" --tag="activecampaign-laravel-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Exelero\ActiveCampaignLaravel\ActiveCampaignLaravelServiceProvider" --tag="activecampaign-laravel-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$activecampaign-laravel = new Exelero\ActiveCampaignLaravel();
echo $activecampaign-laravel->echoPhrase('Hello, Exelero!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Valerio Cofano](https://github.com/Valkoff)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1716d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a297c53e37baec5d44a7215b7cb79509b849c776a9ead8308801677f4d066bbd?d=identicon)[Valkoff](/maintainers/Valkoff)

---

Top Contributors

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

---

Tags

laravelExeleroactivecampaign-laravel

###  Code Quality

TestsPest

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/exelero-activecampaign-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/exelero-activecampaign-laravel/health.svg)](https://phpackages.com/packages/exelero-activecampaign-laravel)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M153](/packages/spatie-laravel-health)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k9.9M90](/packages/dedoc-scramble)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.3M42](/packages/spatie-laravel-pdf)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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