Skip to content

A PHP class to make it easy to interact with PayPal, especially Website Payments Pro. (updated for PHP 8.1)

Notifications You must be signed in to change notification settings

Jammmmm/phpPayPal_PHP81

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 

Repository files navigation

Updated phpPayPal class, originally from https://github.com/drewjoh/phpPayPal - Thank you to @drewjoh for the original!

The original class works great, however it throws some errors in later PHP versions, generally related to urlencode () and null values. This update brings PHP 8.1 (and probably lower) compatibility so those errors are no longer thrown.

This class seems to work fine after some very limited testing, but you take all responsibility should you decide to use it.

As for pull requests and issues - they will be ignored. This update does what's needed for my particular use case.

The original readme is included below.


phpPayPal Class

For full documentation and information, please visit the Wiki at GitHub: https://github.com/drewjoh/phpPayPal/wiki

Until I'm moved fully to GibHub, older but more extensive documentation and examples can be found at: http://drewjoh.com/wiki/code/classes/phppaypal Those examples and code are a little outdated; but should still be helpful.

Created and grown over time by Drew Johnston, drewjoh.com. Please give credit where credit is due. :)

Licensed under the Apache License, Version 2.0

Bitdeli Badge

About

A PHP class to make it easy to interact with PayPal, especially Website Payments Pro. (updated for PHP 8.1)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%