srmklive / laravel-paypal

Laravel plugin for processing payments through PayPal.
https://laravel-paypal-demo.srmk.info/
MIT License
1.03k stars 313 forks source link

Laravel PayPal V4 #626

Open srmklive opened 6 months ago

srmklive commented 6 months ago

Hi all,

I have just tagged 3.0.30 adding some latest fixes with support for Laravel 11. As of now, this will be last release of v3. I am looking at some assistance in maintaining v3 and move towards integration of PayPal JS SDK into this package. This feature, will be available in v4.

@biscofil @otnansirk would love you guys to be contributors on v3, and maybe help out in development of v4. What do you guys say?

otnansirk commented 6 months ago

@srmklive Wow. It sounds exciting to be a part of this. what can I do and prepare myself to start contributing ?

srmklive commented 5 months ago

@otnansirk i would like that you go through the current code and add any missing API endpoints. Afterwards, maybe we can look at integrating the Javascript SDK inside the package, and also look at creating a symfony bundle for this.

otnansirk commented 5 months ago

oh I see, I will try to that go through the current code, add any missing API and try to solve issues on current code. while I can @srmklive

I try to help as much as I can :)

srmklive commented 2 months ago

v3.0 will not be actively supported after Laravel 11. v4 will be released after Laravel 12. For v4, following are the changes being introduced:

PHP 8.1+ required.
Laravel 10 & onwards required.
Integration of PayPal JS SDK.
MehmoodCanvas commented 2 months ago

v3 is supported on laravel 10 right?