PHPackages                             sibesh/laravel-sift - 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. sibesh/laravel-sift

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

sibesh/laravel-sift
===================

Sift Science package to integrate with laravel

1.0.0(7y ago)054MITPHP

Since Nov 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sibesh/laravel-sift)[ Packagist](https://packagist.org/packages/sibesh/laravel-sift)[ RSS](/packages/sibesh-laravel-sift/feed)WikiDiscussions master Synced today

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

Laravel Sift
============

[](#laravel-sift)

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

[](#installation)

```
composer require "sibesh/laravel-sift"

```

Configuration
-------------

[](#configuration)

config/app.php

```
    'providers' => [
        Sibesh\LaravelSift\SiftServiceProvider::class,
    ]

    'aliases' => [
        'SiftScience' => Sibesh\LaravelSift\Facades\SiftScience::class,
    ]
```

```
php artisan vendor:publish --provider="Sibesh\LaravelSift\SiftServiceProvider"

```

it will generate sift-science.php inside config directory

Usage
-----

[](#usage)

ENV Settings

```
SIFT_API_KEY=your api key here

```

```
use SiftScience;
SiftScience::client()->track('$logout', [
    '$user_id'          => 'userId',
]);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Unknown

Total

1

Last Release

2748d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a902aadcafcb810fd8597d41c56eed39f205a6bb45b0827e09e67a5f973ed62?d=identicon)[sibesh](/maintainers/sibesh)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sibesh-laravel-sift/health.svg)

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

###  Alternatives

[wbl/magento-minify

Simply enables js and css minification.

602.2k](/packages/wbl-magento-minify)

PHPackages © 2026

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