daviddesberg / PHPoAuthLib

PHP 5.3+ oAuth 1/2 Client Library
Other
1.08k stars 454 forks source link

Error loading own service (Stripe) #454

Open commandantp opened 8 years ago

commandantp commented 8 years ago

Hi,

Since Stripe is not yet in there I am trying to add it on my own. I added the file to my own directory but it won't load. The only way it will work is if I put it in the vendor directory with all the other. However this is not practical as you know.

Why is it not loading ? What should be done to have the file loaded from anywhere (thought the namespace would be enough)? Using the file from #230 and the wrapper for Laravel 5.1 https://github.com/oriceon/oauth-5-laravel

Thanks a lot for your help.

elliotchance commented 8 years ago

Feel free to commandeer the PR that's currently open for this, fix the build issues and resubmit it from your forked repository.