PHPackages                             fuzz/felk-php - 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. fuzz/felk-php

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

fuzz/felk-php
=============

0.3.12(8y ago)13.1k[1 PRs](https://github.com/fuzz-productions/felk-php/pulls)MITPHPPHP &gt;=7.1

Since Sep 11Pushed 6y agoCompare

[ Source](https://github.com/fuzz-productions/felk-php)[ Packagist](https://packagist.org/packages/fuzz/felk-php)[ RSS](/packages/fuzz-felk-php/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (9)Versions (22)Used By (0)

Felk for PHP/Laravel[![Build Status](https://camo.githubusercontent.com/afcdb0fb982966402ef3720ab5ebf8fbae1e3b94f0e12a837fd6cce10ff7e2e1/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f66757a7a2d70726f64756374696f6e732f66656c6b2d7068702f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/fuzz-productions/felk-php) [![Slack Status](https://camo.githubusercontent.com/3a9ce7333154826bc5219a6523bade852c59e832abb8c1e7acd2288abb5f958f/68747470733a2f2f66757a7a2d6f70656e736f757263652e6865726f6b756170702e636f6d2f62616467652e737667)](https://fuzz-opensource.herokuapp.com/)
====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#felk-for-phplaravel-)

FELK is a helper library which can take data from a Laravel request/response and push it to a store (currently ElasticSearch, hence Fuzz [ELK](https://www.elastic.co/webinars/introduction-elk-stack)). It is intended to only be used in development environments to debug and run analytics on API requests/responses.

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

[](#installation)

```
$ composer require fuzz/felk-php
```

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

[](#configuration)

1. Add the service provider to `config/app.php````
    'providers' => [
        ...

        /*
         * Application Service Providers...
         */
        \Fuzz\Felk\Providers\FelkServiceProvider::class,

        ...
    ],
    ```
2. Publish the vendor config `$ php artisan vendor:publish --provider="Fuzz\Felk\Providers\FelkServiceProvider"`
3. Configure the configuration variables in `config/felk.php`
4. Add the Felk middleware to the middleware stack in `app/Http/Kernel.php````
    /**
     * The application's global HTTP middleware stack.
     *
     * These middleware are run during every request to your application.
     *
     * @var array
     */
    protected $middleware = [
        ...
        \Fuzz\Felk\Middleware\FelkMiddleware::class,
        ...
    ];
    ```
5. Check ElasticSearch.

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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

Every ~14 days

Recently: every ~7 days

Total

17

Last Release

3024d ago

PHP version history (2 changes)0.1PHP &gt;=7.0

0.3.8PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/00415e4fac75ee392fb49e37fb7fb412b908687d4da0eb3ff0e942c944d619c9?d=identicon)[Fuzzpro](/maintainers/Fuzzpro)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fuzz-felk-php/health.svg)

```
[![Health](https://phpackages.com/badges/fuzz-felk-php/health.svg)](https://phpackages.com/packages/fuzz-felk-php)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

28.0k175.2k9](/packages/bagisto-bagisto)[laravel/octane

Supercharge your Laravel application's performance.

4.0k28.5M257](/packages/laravel-octane)[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.1k](/packages/statamic-cms)[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[laravel/nightwatch

The official Laravel Nightwatch package.

36911.6M45](/packages/laravel-nightwatch)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

604.0k2](/packages/crumbls-layup)

PHPackages © 2026

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