Registry /
auth / paypal-paypal-checkout-sdk
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
PayPalHttpClient
✓ use PayPalCheckoutSdk\Core\PayPalHttpClient;
Initialize PayPal Checkout client
use PayPalCheckoutSdk\Core\PayPalHttpClient;
use PayPalCheckoutSdk\Core\SandboxEnvironment;
$environment = new SandboxEnvironment('clientId', 'clientSecret');
$client = new PayPalHttpClient($environment);
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.