PHP Package: artisansdk/ratelimiter

RateLimiter PHP library for efficient rate limiting in web applications providing control over API and user request quotas.

Current Version: 1.1.1
Last Updated: 2025-02-24
PHP Requirement: >=8.1
Dependencies:
artisansdk/ratelimiter-dependency1
artisansdk/ratelimiter-dependency2
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

RateLimiter is a powerful PHP library designed to handle rate limiting with ease, enabling developers to manage API and user request quotas efficiently. By utilizing this library, you can easily prevent abuse and control the flow of incoming requests, ensuring a smooth and secure user experience. With a focus on performance and flexibility, RateLimiter offers a customizable solution for various rate limiting scenarios.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.1.1

Download Download v1.1.1

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/artisansdk/ratelimiter/1.1.1/loader.php';
require_once 'libs/artisansdk/ratelimiter-dependency1/{lib_version}/loader.php';
require_once 'libs/artisansdk/ratelimiter-dependency2/{lib_version}/loader.php';

use ArtisanSdk\RateLimiter\RateLimiter;
use ArtisanSdk\RateLimiter\Quota;

$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.