teamreflex / oauth2-discord

OAuth2 client for authenticating with the Discord API servers
MIT License
61 stars 26 forks source link

Not compatible with 2.0 version of league/oauth2-client #11

Closed MadMikeyB closed 9 months ago

MadMikeyB commented 7 years ago

Because in composer.json you list the following:

"league/oauth2-client": "^1.3",

Upon upgrading to league/oauth2-client 2.0, I can no longer use this version. Composer spits out an error.

Could you confirm whether this is compatible with league/oauth2-client 2.0 ? All the official league/ providers now require 2.0, so I cannot downgrade.

Thanks!

ImJustToNy commented 7 years ago

Please ;(

Skullfox commented 7 years ago

^

GRX commented 6 years ago

Is this solved by any chance? I keep googling for sollutions to my problems but every damn tutorial or page related to an Discord PHP OAUTH API keeps linking to this project.

I can't seem to install via composer, and when I download it and unpack it in my pub_html it keeps returning errors about missing classes.

Skullfox commented 6 years ago

Sadly not

danielpearceofficial commented 6 years ago

Please fix this I can't figure any way to download it now :(

MadMikeyB commented 6 years ago

Use this newer package: https://github.com/wohali/oauth2-discord-new

Seems this current one is abandonware.