throttle/think-throttle

v1.1.1 2019-07-23 03:29 UTC

This package is auto-updated.

Last update: 2024-04-23 14:23:23 UTC


README

thinkphp5.1 请求频次类库

安装

composer require topthink/think-throttle

##使用

use think\throttle\ThrottleController;

$res = new Throttle(); if ($res->throttle(frequency, minute, $mobile)){ return error(1,'同一个手机号一分钟请求1次'); };