PHPackages                             7sg/ratelimiter - 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. 7sg/ratelimiter

ActiveNeos-package[HTTP &amp; Networking](/categories/http)

7sg/ratelimiter
===============

Provides a request pattern to rate limit Flow / Neos Applications

v1.0(4y ago)01.3kPHP

Since Sep 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/7Singapore/7SG.RateLimiter)[ Packagist](https://packagist.org/packages/7sg/ratelimiter)[ RSS](/packages/7sg-ratelimiter/feed)WikiDiscussions main Synced 3w ago

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

7SG.RateLimiter
===============

[](#7sgratelimiter)

Provides a request pattern to rate limit specific routes in Flow / Neos Applications.

Based on [gentle-force](https://github.com/mariusbalcytis/gentle-force)

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

[](#installation)

```
composer require '7sg/ratelimiter'

```

Usage
-----

[](#usage)

```
Neos:
  Flow:
    security:
      firewall:
        filters:
          'Seven.Website:FooBar':
            pattern: 'Seven\RateLimiter\RateLimiterRequestPattern'
            patternOptions:
              uriPattern: '/protected-route'
              redisHostname: 'REDIS_HOST'
              redisPort: 6379
              useCaseKey: 'your-use-case-key'
              maxUsages: 5
              period: 60
            interceptor: 'AccessDeny'
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

1744d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1651774?v=4)[Sebastian Sommer](/maintainers/sebastiansommer)[@sebastiansommer](https://github.com/sebastiansommer)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/7sg-ratelimiter/health.svg)

```
[![Health](https://phpackages.com/badges/7sg-ratelimiter/health.svg)](https://phpackages.com/packages/7sg-ratelimiter)
```

###  Alternatives

[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

1151.0M770](/packages/neos-neos)[neos/neos-development-collection

Neos packages in a joined repository for pull requests.

267103.9k1](/packages/neos-neos-development-collection)[neos/media

The Media package

101.2M53](/packages/neos-media)

PHPackages © 2026

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