What happened to the repository https://github.com/paypal/PayPal-PHP-SDK - now is error 404?
sb-ac
New Community Member
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Sep-29-2023
12:37 AM
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"
1 REPLY 1
m00n71ght
New Community Member
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sep-29-2023
05:52 AM
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

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- Paypal Buttons get an overlayed blank popup-window in PayPal Payments Standard
- 3D secure, sdk in SDKs
- Receiving APPROVED Webhooks for Order, but capture leads to 404 or ORDER_NOT_APPROVED in REST APIs
- What happened to the Sales Insights chart that provided comparisons to last year's data? in PayPal Reporting
- What happens to cart items submitted to orders endpoint in REST APIs