PHPackages                             fairhypo/agroutm - 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. fairhypo/agroutm

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

fairhypo/agroutm
================

Library for Agro24 project to provide utm functionality

1.0.2(9y ago)021MITPHP

Since Feb 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/FairHypo/agroutm)[ Packagist](https://packagist.org/packages/fairhypo/agroutm)[ Docs](https://agro24.ru/)[ RSS](/packages/fairhypo-agroutm/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (4)Used By (0)

composer require fairhypo/agroutm
=================================

[](#composer-require-fairhypoagroutm)

Library for Agro24 project to add some utm functionality.

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

[](#installation)

Pull this package in through Composer.

```
    {
        "require": {
            "fairhypo/agroutm": "^1.0"
        }
    }
```

### Laravel 5.\* Integration

[](#laravel-5-integration)

Add the service provider to your `config/app.php` file:

```
    'providers'     => array(

        //...
        Fairhypo\Agroutm\AgroutmServiceProvider::class,

    ),

```

Publish the migrations

```
    php artisan vendor:publish --provider="Fairhypo\Agroutm\AgroutmServiceProvider"

```

... and use it

```
    php artisan migrate

```

Add the middleware to your `App\Http\Kernel.php` file:

```
    protected $routeMiddleware = [
            //...
            'agroutm' => \Fairhypo\Agroutm\Middleware\AgroUtm::class,
        ];
```

Then use in your routes:

```
    Route::get('/', function () {
        //
    })->middleware('agroutm');
```

... or include into other middleware:

```
    protected $middlewareGroups = [
        'web' => [
            //...
            'agroutm',
        ],
        //...
    ];
```

Usage
-----

[](#usage)

### Using Agroutm middleware

[](#using-agroutm-middleware)

You do not need to do something else. Just test that everything works fine.

License
-------

[](#license)

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

Contact
-------

[](#contact)

Yuriy Maslov (developer)

- Email:

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Every ~0 days

Total

3

Last Release

3417d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13252838?v=4)[FairHypo](/maintainers/FairHypo)[@FairHypo](https://github.com/FairHypo)

---

Top Contributors

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

---

Tags

laravelFairHypoAgro24

### Embed Badge

![Health badge](/badges/fairhypo-agroutm/health.svg)

```
[![Health](https://phpackages.com/badges/fairhypo-agroutm/health.svg)](https://phpackages.com/packages/fairhypo-agroutm)
```

###  Alternatives

[stephenjude/filament-blog

Filament Blog Builder

20618.8k](/packages/stephenjude-filament-blog)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11258.1k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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