Skip to content

Instantly share code, notes, and snippets.

View vilkoz's full-sized avatar

Vitalii Rybalko vilkoz

  • WePlay Esports
  • Kyiv, Ukraine
View GitHub Profile
@vilkoz
vilkoz / ApiRateLimiter.php
Created August 10, 2022 15:42 — forked from demisang/ApiRateLimiter.php
Yii2 Api RateLimiter class with Redis storage implementation
<?php
namespace common\components\rateLimiter;
use Yii;
use yii\base\BaseObject;
use yii\filters\RateLimitInterface;
/**
* API rate limiter.
@vilkoz
vilkoz / README.md
Created April 5, 2023 17:49
Commands from the video

MITMproxy

brew install mitmproxy

Terminal interface:

mitmproxy -p 8888