PHPackages                             goksagun/rate-limit-bundle - 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. goksagun/rate-limit-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

goksagun/rate-limit-bundle
==========================

Rate limit bundle

v0.2.1(7y ago)0706MITPHPPHP ^7.0

Since May 8Pushed 7y agoCompare

[ Source](https://github.com/goksagun/rate-limit-bundle)[ Packagist](https://packagist.org/packages/goksagun/rate-limit-bundle)[ RSS](/packages/goksagun-rate-limit-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require goksagun/rate-limit-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Goksagun\RateLimitBundle\RateLimitBundle(),
        ];

        // ...
    }

    // ...
}
```

Step 3: Add the Bundle config file (for symfony version 2, 3)
-------------------------------------------------------------

[](#step-3-add-the-bundle-config-file-for-symfony-version-2-3)

Then, add the bundle configuration yml file `rate_limit.yml` into `app/config` directory:

```
rate_limit:
    enabled: true
    paths:
         - { path: /limit, limit: 100, period: 60 }
         - { path: /limit-dynamic-increment, limit: 1000, period: 60, increment: 10 }
```

Import new config file to `config.yml` into `app/config` directory:

```
imports:
    ...
    - { resource: rate_limit.yml }
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

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

Total

3

Last Release

2561d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/76751cb52e5680cb45101b61161bdfd706367010031256574b65eafacd1d161b?d=identicon)[goksagun](/maintainers/goksagun)

---

Tags

rate-limit bundle

### Embed Badge

![Health badge](/badges/goksagun-rate-limit-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/goksagun-rate-limit-bundle/health.svg)](https://phpackages.com/packages/goksagun-rate-limit-bundle)
```

###  Alternatives

[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[sylius/taxonomy-bundle

Flexible categorization system for Symfony.

26388.2k7](/packages/sylius-taxonomy-bundle)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[sylius/addressing-bundle

Addressing and zone management for Symfony applications.

33221.4k3](/packages/sylius-addressing-bundle)[sylius/inventory-bundle

Flexible inventory management for Symfony applications.

19176.7k4](/packages/sylius-inventory-bundle)

PHPackages © 2026

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