Registry / http-client / paypal-sdk-core-php

paypal-sdk-core-php

JSON →
library3.4.0phppackagistunverified

PayPal Core SDK for PHP, providing foundational classes for PayPal API integration.

composer require paypal/sdk-core-php
INSTALL
IMPORT
SIG · PAYPAL-SDK-CORE-PH
P
paypal-sdk-core-php
http-clientphpv3.4.0
harness data pending
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 PayPal\Core\PayPalHttpClient;

Initialize the PayPal HTTP client and make a request.

use PayPal\Core\PayPalHttpClient; $client = new PayPalHttpClient('client-id', 'client-secret'); $response = $client->execute(new \PayPal\Core\PayPalRequest('GET', '/v1/payments/billing-plans'));
Debug
Known issues
breakingDeprecated in favor of PayPal REST API SDK (paypal/rest-api-sdk-php).
fix
Migrate to paypal/rest-api-sdk-php for new projects.
affects: >=3.0.0
Upgrade
Version history
3.4.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
paypal-sdk-core-php — pip install paypal-sdk-core-php · libregistry