PHPackages                             yehudafh/active-trail - 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. yehudafh/active-trail

ActiveLibrary

yehudafh/active-trail
=====================

active-trail.

v1.1.1(5y ago)02.3k1MITPHPPHP &gt;=7.0

Since Nov 9Pushed 5y ago2 watchersCompare

[ Source](https://github.com/yehudafh/activetrail)[ Packagist](https://packagist.org/packages/yehudafh/active-trail)[ RSS](/packages/yehudafh-active-trail/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (1)Versions (12)Used By (0)

Laravel Activetrail
===================

[](#laravel-activetrail)

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

[](#installation)

> Laravel Activetrail requires Laravel 5.5 or higher, and PHP 7.0+.

You may use Composer to install Laravel Activetrail into your Laravel project:

```
composer require yehudafh/active-trail

```

### Configuration

[](#configuration)

After installing the Laravel Activetrail, publish its config, using the `vendor:publish` Artisan command:

```
php artisan vendor:publish --provider="Yehudafh\ActiveTrail\ActiveTrailServiceProvider"

```

### Basic Usage

[](#basic-usage)

Add or Update user in activetrail:

```
ActiveTrail::email('test@example.com')
    # Optional ->
    // ->sms('+972000000000')
    // ->status()
    // ->fullname('test test') #or  ->firstName()->lastName()
    // ->street()
    // ->zipCode()
    // ->city()
    // ->phone1()
    // ->phone2()
    // ->fax()
    // ->birthday()
    // ->anniversary()
    // ->isDoNotMail()
    // ->isDeleted()
    ->update();
```

Update user groups:

```
ActiveTrail::email('test@example.com')
    ->addToGroup(1234);

ActiveTrail::email('test@example.com')
    ->addToGroups([1234, 45678]);

ActiveTrail::email('test@example.com')
    ->removeFromGroups([1234, 45678]);
```

Update user email

```
ActiveTrail::updateEmail('test@example.com', 'new@example.com');
```

Unsubscribed User:

```
ActiveTrail::email('test@example.com')->unsubscribed();
```

For more info found in the [ActiveTrail Documentation](https://webapi.mymarketing.co.il/api/docs).

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

[](#contributing)

Thank you for considering contributing to the Activetrail.

License
-------

[](#license)

Laravel Activetrail is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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 ~111 days

Recently: every ~266 days

Total

11

Last Release

2002d ago

Major Versions

v0.9.0 → v1.0.02017-12-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/42dafac77bac8a24f1aa45a2267c24180a91ed8683f88428cbfe2059c787ca5d?d=identicon)[yehudafh](/maintainers/yehudafh)

---

Top Contributors

[![yehudafh](https://avatars.githubusercontent.com/u/3909339?v=4)](https://github.com/yehudafh "yehudafh (14 commits)")[![yakidahan](https://avatars.githubusercontent.com/u/7757560?v=4)](https://github.com/yakidahan "yakidahan (2 commits)")

---

Tags

laravellaravel-activetraillaravelactive trail

### Embed Badge

![Health badge](/badges/yehudafh-active-trail/health.svg)

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

###  Alternatives

[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[tpetry/laravel-mysql-explain

Get Visual MySQL EXPLAIN for Laravel.

264154.2k](/packages/tpetry-laravel-mysql-explain)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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