Download the PHP package teknoo/paypal-exprss without Composer
On this page you can find all versions of the php package teknoo/paypal-exprss. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download teknoo/paypal-exprss
More information about teknoo/paypal-exprss
Files in teknoo/paypal-exprss
Package paypal-exprss
Short Description Library to perform quickly sales with the service Paypal Express Checkout
License BSD-3-Clause
Homepage http://teknoo.software/paypal-express
Informations about the package paypal-exprss
Teknoo Software - Paypal Express library
This library allows you to integrate quickly and easily the service "Paypal Express Checkout", using NVP, in your website.
This library is deprecated, please consider the official Paypal PHP SDK.
Quick Example
">Process to checkout to paypal</a>
//On the result page
$result = $service->getTransactionResult($_GET['token']);
if ($result->isSuccessful()) {
/* ... */
} else {
$errors = $result->getErrors();
}
Support this project
This project is free and will remain free. It is fully supported by the activities of the EIRL. If you like it and help me maintain it and evolve it, don't hesitate to support me on Patreon or Github.
Thanks :) Richard.
Credits
EIRL Richard Déloge - https://deloge.io - Lead developer. SASU Teknoo Software - https://teknoo.software
About Teknoo Software
Teknoo Software is a PHP software editor, founded by Richard Déloge, as part of EIRL Richard Déloge. Teknoo Software's goals : Provide to our partners and to the community a set of high quality services or software, sharing knowledge and skills.
License
This library is licensed under the 3-Clause BSD License - see the licenses folder for details.
Installation & Requirements
To install this library with composer, run this command :
composer require teknoo/paypal-exprss
This library requires :
* PHP 8.1+
* A psr/http-message implementation (PSR 7)
* A psr/http-factory implementation (PSR 17)
Example
An example of using this library is available in the folder : Demo.
Contribute :)
You are welcome to contribute to this project. Fork it on Github