You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your username is touhonoob, your README.md says to use PalePurple
use \PalePurple\RateLimit\RateLimit;
use \PalePurple\RateLimit\Adapter\APC as APCAdapter;
use \PalePurple\RateLimit\Adapter\Redis as RedisAdapter;
use \PalePurple\RateLimit\Adapter\Predis as PredisAdapter;
use \PalePurple\RateLimit\Adapter\Memcached as MemcachedAdapter;
use \PalePurple\RateLimit\Adapter\Stash as StashAdapter;
But the github.io site linked gives examples using touhonoob.
use \Touhonoob\RateLimit\RateLimit;
use \Touhonoob\RateLimit\Adapter\APC as RateLimitAdapterAPC;
use \Touhonoob\RateLimit\Adapter\Redis as RateLimitAdapterRedis;
And it seems that both the packages palepurple/ratelimit and touhonoob/ratelimit exist for composer. So what do I do?
The text was updated successfully, but these errors were encountered:
Your username is touhonoob, your README.md says to use PalePurple
But the github.io site linked gives examples using touhonoob.
And it seems that both the packages
palepurple/ratelimit
andtouhonoob/ratelimit
exist for composer. So what do I do?The text was updated successfully, but these errors were encountered: