Paypal Website Payments Pro API

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cesarcesar
Forum Contributor
Posts: 111
Joined: Mon Oct 18, 2004 3:28 pm

Paypal Website Payments Pro API

Post by cesarcesar »

I'm looking for a PHP class scripts to work with Paypal's Website Payments Pro API. The API itself is massive so im looking for some pre-developed free/pay PHP software.

I have tried PHPpayPalPro and loved it, but then found out my LIVE server is PHP 4.4. This script requires PHP5+. And i cant upgrade the server.

I have also purchased ($50) and tried Paypal Pro PHP 1.1 but have had a very hard time integrating it. And its throwing errors right and left. Now the site itself is down a week after i purchased it.

So i ask you great community. What free/pay PHP software do you know about that is out there to make my life easier hooking into Paypal's Website Payments Pro.

Thanks much.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Paypal Website Payments Pro API

Post by Christopher »

I think there is a basic class for that in the Skeleton framework's code. I am not sure in what condition it is in. You could look at it and see if works for you:

http://code.google.com/p/skeleton/
(#10850)
Post Reply