PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   Charon - Modern Rate Limiter and Throttler for PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Charon - Modern Rate Limiter and Throttler for PHP
Limit the number of accesses of users to sites
Author: By
Last change:
Date: 12 days ago
Size: 895 bytes
 

Contents

Class file image Download
{ "name": "cmatosbc/charon", "description": "Throttling in a simple and effective manner.", "type": "library", "autoload": { "psr-4": { "Charon\\": "src/" } }, "autoload-dev": { "psr-4": { "Charon\\Tests\\": "tests/" } }, "require": { "psr/simple-cache": "^3.0", "psr/cache": "^3.0", "psr/http-message": "^2.0", "nyholm/psr7": "^1.8", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", "psr/log": "^3.0" }, "require-dev": { "phpunit/phpunit": "^11.4" }, "scripts": { "test": "phpunit" }, "license": "gpl-3.0-or-later", "authors": [ { "name": "Carlos Matos", "email": "carlosarturmatos1977@gmail.com" } ], "minimum-stability": "stable" }