Announcing the Very Simple PayPal Bridge

As part of our ongoing commitment to the free software and open source communities, we are very excited to announce the release of a new project — the Very Simple PayPal Bridge, released under a Modified BSD License.

Interacting with the PayPal NVP API is something that a lot of e-commerce websites need to do. If you’re writing your own code for a bespoke e-commerce solution, rather than shoehorning in generic ‘Shopping Cart’ software, there is quite a lot to think about in order to communicate successfully with the API and provide a great payment experience for the site’s customers.

The Very Simple PayPal Bridge is a PHP class that, as the name suggests, provides a very simple interface for the PayPal NVP API.

In any situation where you need to interface more directly with the PayPal API, the VSPB provides a clean interface for the other layers of your code, dealing with all of the implementation details of sending requests via cURL, encoding and decoding the arguments, as well as offering full support for graceful error handling with PHP exceptions. It is great as a lower-level component of a wider PHP e-commerce solution.

For the full lowdown on the project and to get the code, please go to its page on GitHub.

2 Comments »

  1. […] Van Patten Media Labs site has all the details of the Very Simple PayPal Bridge — a simple way to connect to the PayPal API. Interacting […]

    Pingback — January 21, 2012 @ 10:36 pm
  2. […] January 21: Peter open-sourced VSPB, or the Very Simple PayPal Bridge. From his post at Van Patten Media Labs… The Very Simple PayPal Bridge is a PHP class that, […]

    Pingback — January 27, 2012 @ 7:01 pm

Leave a comment