I wrote a class for PayPal that I’ve been keeping up with over the years and haven’t really passed it around too much. I started using CodeIgniter recently so I converted this class to a CI library and figured I might as well go ahead and hand it out and see what people think.
Here’s a quick demo on how to use it and a download link: http://www.angelleye.com/demo/codeigniter/.
The library includes everything that the PayPal NVP has as well as their Authentication and Permissions API’s. There are methods for every call PayPal has available and array templates for requests that include every possible request parameter available with each call. All you have to do is fill in the empty fields and the library handles the rest.
Let me know what you think. This is the first thing I’ve ever really released.