ilsanto29 / paypal-sdk
Paypal SDK api rest connection
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.4
- guzzlehttp/guzzle: ^7.0
- laminas/laminas-hydrator: ^4.5
- laminas/laminas-json: ^3.3
- laminas/laminas-serializer: ^2.13
- laminas/laminas-stratigility: ^3.8
README
github project: https://github.com/ilsanto29/paypal-sdk
This library contains implementation with Paypal rest API v2.
0.0.1 (2025-01-25)
Aggiunto (Added)
FAQ
This library need a config INI file with 2 session: production and developmet. For development write your .htaccess with global variable
SetEnv APPLICATION_ENV development
Examples
[production]
baseUrl = https://api-m.paypal.com
clientId =
clientSecret =
[development]
baseUrl = https://api-m.sandbox.paypal.com
clientId =
clientSecret =