Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which is it, PalePurple\RateLimit or touhonoob\RateLimit? #21

Open
sudofox opened this issue Dec 11, 2019 · 1 comment
Open

Which is it, PalePurple\RateLimit or touhonoob\RateLimit? #21

sudofox opened this issue Dec 11, 2019 · 1 comment

Comments

@sudofox
Copy link

sudofox commented Dec 11, 2019

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?

@DavidGoodwin
Copy link
Contributor

Use the palepurple one :-) [that's my fork when I had a few patches to the library etc].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants