What happened to the repository https://github.com/paypal/PayPal-PHP-SDK - now is error 404?

sb-ac
New Community Member

What happened to the repository https://github.com/paypal/PayPal-PHP-SDK - now is error 404?

 

At composer after install is error "fatal: repository 'https://github.com/paypal/PayPal-PHP-SDK.git/' not found"

Login to Me Too
1 REPLY 1

m00n71ght
New Community Member

Faced the same issue
You can now use this one https://github.com/m00n71ght/rest-api-sdk-php
add 

"repositories": [
{
"type": "vcs",
"url": "https://github.com/m00n71ght/rest-api-sdk-php"
}
]

to your composer.json and require should be 

"paypal/rest-api-sdk-php": "dev-main",

But I wouldn't recommend you to use this sdk anymore, it seems to be abandoned

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.