
07.02.2007
Israel Ekpo over at Devzone informs you about phpPaypalPro an object-oriented framework developed in PHP 5 to integrate with the Web site Payments Pro SOAP 1.1 API from Paypal. The framework is easy to deploy, allowing you to execute any of the operations from the API in just a few lines. PhpPaypalPro deploys the built-in SOAP extension available natively in PHP5 to interact with the SoapServer from Paypal, Israel explains.
It’s a publicly available framework developed for the Web site Payments Pro SOAP API using PHP5’s native SOAP extension and it hosted by Sourceforge.net, he says.
Israel explained that one of the key features of phpPaypalPro is to allow you to add multiple items when performing the DoDirectPayment and DoExpressCheckoutPayment operations and the latest version released allows you to search for transactions on your account and also get details for any transaction you wish by specifying the transaction id number.
Current operations supported in version 0.2.0 includes:
Related Links
Read the Post
More info




Open Source Web Development with LAMP
Derick Rethans
This book on LAMP is not primarily focused on PHP, actually quite a small part is devoted to PHP.It starts with a very brief explanation in …
MySQL Cookbook, Second Edition
Paul DuBois
A handy resource when you need quick solutions or techniques, this Cookbook addresses specific questions in using MySQL. You'll find dozens of short, focused pieces of …