LupeCode / oauth2-tdameritrade

TD Ameritrade OAuth 2.0 Client Provider for The PHP League OAuth2-Client
MIT License
5 stars 1 forks source link

Implementing the oauth2-tdameritrade Library in CodeIgniter 3 #1

Open MillennialInvestments opened 2 years ago

MillennialInvestments commented 2 years ago

Hello,

I attempted to include the LupeCode/oauth2-tdameritrade library into my CI3 Infrastructure in order for my users to access their TD Ameritrade Accounts and Transactions (not to place orders or trades via my platform), and I'm currently getting the following error:

Message: Class 'LupeCode\OAuth2\Client\Provider\TDAmeritrade' not found

I have completed the following steps so far:

And I currently receiving the error listed above.

If there any additional assistance that you may be able to provide in order to resolve this issue so I can move forward with integrating the code into my infrastructure?

jb-lopez commented 2 years ago

I noticed that the readme had the wrong composer command. I thought I had updated it when I forked the base library from PHP League. I have corrected that now.

composer require lupecode/oauth2-tdameritrade 

That should work for you.