hkonnet / laravel-ebay

This package for laravel framework to access Ebay.
MIT License
40 stars 41 forks source link

Laravel 8 Support? #19

Open lewislarsen opened 4 years ago

lewislarsen commented 4 years ago

Hi there,

Is there any likelihood of this package being updated to support Laravel 8? Was hoping that this would be the saving grace to my problems, and to avoid having to generate PHP classes for eBay just to interface with their API.

Attempted to install it today and unfortunately the guzzle version the underlying dependency needs is too low; it's incompatible with the requirements of Laravel 8.

Are there perhaps any suggestions for alternative solutions if this package is unfeasible? I would love to get away with a PHP SDK for the eBay API somehow.

hkonnet commented 4 years ago

Lewis,

This package is not sponsored by any company or any one. I did all that stuff by my self. Yes i have plan to make it compatible with Laravel 8 but for that i have to spear some time and work on it..

guzzle is basically required by dts\ebay-sdk, what we can do is to fork that repo and update the guzzle and check the functionality if everything work well then that forked version of SDK can be used in this package.

lewislarsen commented 4 years ago

No pressure at all dude, best of luck with the project. I'll keep an eye on it. 👍🏻

Your efforts are definitely appreciated.