PHP Package: symfony/rate-limiter

A Symfony PHP library for rate limiting with flexible configuration options and easy integration.

Current Version: 7.3.0
Last Updated: 2025-05-29
PHP Requirement: >=8.2
Dependencies:
symfony/dependency-injection
symfony/config
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Symfony Rate Limiter is a robust PHP library that provides efficient rate limiting functionality to prevent abuse and ensure system stability. With a wide range of configuration possibilities and seamless integration, this library offers a reliable solution for managing request rates in web applications. Its intuitive design and powerful features make it an essential tool for optimizing performance and enhancing security.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 7.3.0

Download Download v7.3.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/symfony/rate-limiter/7.3.0/loader.php';
require_once 'libs/symfony/dependency-injection/7.3.0/loader.php';
require_once 'libs/symfony/config/7.3.0/loader.php';

use Symfony\Component\RateLimiter\RateLimiter;
use Symfony\Component\RateLimiter\Storage\AbstractStorage;

$obj = new RateLimiter();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.