Skip to content

Instantly share code, notes, and snippets.

View ftwbzhao's full-sized avatar
🌈
Welcome to UBOUND!

Bill Zhao ftwbzhao

🌈
Welcome to UBOUND!
  • MIZHOME
  • Nanjing, China
View GitHub Profile
@ftwbzhao
ftwbzhao / PowerApiService.php
Created October 20, 2015 07:41
Yii API Rate Limit
<?php
/**
* API服务层
*
* 1. 接口访问频率控制(其实应该注册)
* <code>
* PowerApiService::rateLimit('api-do-something') && apiDoSomething();
* </code>
*/
class PowerApiService