PHPackages                             collinped/laravel-aimtell - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. collinped/laravel-aimtell

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

collinped/laravel-aimtell
=========================

Aimtell laravel integration

1.0.6(5y ago)0251MITPHPPHP ^7.4|^8.0

Since Dec 17Pushed 5y ago2 watchersCompare

[ Source](https://github.com/collinped/laravel-aimtell)[ Packagist](https://packagist.org/packages/collinped/laravel-aimtell)[ Docs](https://github.com/collinped/laravel-aimtell)[ GitHub Sponsors](https://github.com/sponsors/collinped)[ RSS](/packages/collinped-laravel-aimtell/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

Laravel Aimtell Package
=======================

[](#laravel-aimtell-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1514e17aab2ee3efd834e6b649d96257dc2db4f7b890b6359942b260cd53b3db/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f6c6c696e7065642f6c61726176656c2d61696d74656c6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/collinped/laravel-aimtell)[![GitHub Tests Action Status](https://camo.githubusercontent.com/51e9786585b356567b170e59d413d6310b3f254eecce8be7c48850280aff1765/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636f6c6c696e7065642f6c61726176656c2d61696d74656c6c2f72756e2d74657374733f6c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/collinped/laravel-aimtell/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/2ac4c3e820563ca23b0f0fe82d4bc1e43c4185d9196a7af77a36cdeca1a62621/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f6c6c696e7065642f6c61726176656c2d61696d74656c6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/collinped/laravel-aimtell)

[Aimtell](https://aimtell.com/) offers a service for push notifications to users who give permission. This package allows for interfacing with Aimtell's backend API to manage your account.

[Aimtell REST API Documentation](https://developers.aimtell.com/reference#authenticating-calls)

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

[](#installation)

You can install the package via composer:

```
composer require collinped/laravel-aimtell
```

You can publish and run the migrations with:

You can publish the config file with:

```
php artisan vendor:publish --provider="Collinped\LaravelAimtell\AimtellServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [
    'api_key' => env('AIMTELL_API_KEY'), // Required - API Key Provided by Aimtell
    'default_site_id' => env('AIMTELL_DEFAULT_SITE_ID'), // Recommended
    'white_label_id' => env('AIMTELL_WHITE_LABEL_ID'), // Must contact Aimtell for White Label ID
];
```

Usage
-----

[](#usage)

#### Quick Example

[](#quick-example)

```
$site = aimtell()->site()
                ->create([
                    'name' => 'Sample Website',
                    'url' => 'collinped.com'
                ]);

$campaigns = aimtell()->site($siteId)
                     ->campaign()
                     ->all();

$campaign = aimtell()->site($siteId)
                    ->campaign()
                    ->find($campaignId);
```

Testing
-------

[](#testing)

```
composer test
```

Todo
----

[](#todo)

- A/B Tests for Manual Campaigns
- Create Manual Campaign (Batch)
- Update Manual Campaign (Batch)
- Delete Manual Campaign (Batch)
- Create Event Triggered Campaign (Batch)
- Update Event Triggered Campaign (Batch)
- Delete Event Triggered Campaign (Batch)
- Get Notification Logs
- Get Attributes Logs
- Get Pageview Logs
- Get Event Logs

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)

- [Collin Pedersen](https://github.com/collinped)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 58.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 ~1 days

Total

7

Last Release

1965d ago

### Community

Maintainers

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

---

Top Contributors

[![chrisob120](https://avatars.githubusercontent.com/u/2671929?v=4)](https://github.com/chrisob120 "chrisob120 (17 commits)")[![collinped](https://avatars.githubusercontent.com/u/53246524?v=4)](https://github.com/collinped "collinped (12 commits)")

---

Tags

aimtellaimtell-phplaravel-aimtell

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/collinped-laravel-aimtell/health.svg)

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

###  Alternatives

[pastuhov/php-exec-command

Simple php command executor with param binding.

25205.4k2](/packages/pastuhov-php-exec-command)

PHPackages © 2026

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