PHPackages                             dasayapov/laravel-http-filter - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. dasayapov/laravel-http-filter

ActiveLibrary[HTTP &amp; Networking](/categories/http)

dasayapov/laravel-http-filter
=============================

Monitoring and filtering http requests

3.2.0(3w ago)011↓100%MITPHP

Since Apr 30Pushed 3w agoCompare

[ Source](https://github.com/dasayapov/laravel-http-filter)[ Packagist](https://packagist.org/packages/dasayapov/laravel-http-filter)[ RSS](/packages/dasayapov-laravel-http-filter/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)DependenciesVersions (8)Used By (0)

dasayapov/laravel-http-filter
=============================

[](#dasayapovlaravel-http-filter)

Мониторинг и фильтрация трафика

Documentation
-------------

[](#documentation)

### Выполнить

[](#выполнить)

`composer require dasayapov/laravel-http-filter`

Добавить в config/app.php

`Dasayapov\LaravelHttpFilter\HttpFilterProvider::class,`

Или в bootstrap/providers.php

`Dasayapov\LaravelHttpFilter\HttpFilterProvider::class,`

Создать файл с настройками

`php artisan vendor:publish --tag http-filter-config`

Добавить cron
-------------

[](#добавить-cron)

php artisan http-filter:save-requests

Проверка IP
-----------

[](#проверка-ip)

php artisan http-filter:ip-info {ip} {--unblock} {--block} {--block-time=3600}

Добавить middleware
-------------------

[](#добавить-middleware)

`HttpFilterMiddleware::class,`

События
-------

[](#события)

### HttpFilterBlockedEvent - IP заблокирован

[](#httpfilterblockedevent---ip-заблокирован)

Создать слушателя

php artisan make:listener HttpFilterBlockedListener

В файл AppServiceProvider - boot() добавить `Event::listen(HttpFilterBlockedEvent::class, HttpFilterBlockedListener::class);`

```
public function handle(HttpFilterBlockedEvent $event): void
{
    $httpFilterIp = HttpFilterIp::find($event->httpFilterIpId);
}
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance94

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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 ~2 days

Total

7

Last Release

25d ago

Major Versions

1.0.0 → 2.0.02026-05-12

2.2.0 → 3.0.02026-05-13

### Community

Maintainers

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

---

Top Contributors

[![dasayapov](https://avatars.githubusercontent.com/u/6790621?v=4)](https://github.com/dasayapov "dasayapov (7 commits)")

### Embed Badge

![Health badge](/badges/dasayapov-laravel-http-filter/health.svg)

```
[![Health](https://phpackages.com/badges/dasayapov-laravel-http-filter/health.svg)](https://phpackages.com/packages/dasayapov-laravel-http-filter)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M79](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.4k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87930.4k112](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M82](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69122.6k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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