throttle/think-throttle

throttle

Maintainers

Package info

github.com/HeYinLong/think-throttle

pkg:composer/throttle/think-throttle

Statistics

Installs: 31

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-23 18:35:12 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次'); };