
Angell EYE PayPal CodeIgniter Library Demo
This library is written to reflect PayPal's documentation directly. It's very simple to use with a quick understanding of the way it's designed.
- Every PayPal API method is included as a method within the library and also within the controller.
- The controller methods include "templates" that consists of every possible parameter that you can pass into that particular API call with PayPal.
- Simply fill in the empty parameters and pass that into the library.
- The library will handle all communication with PayPal, data parsing, etc. and return an array of results.
- All actual response fields from PayPal
- All request fields split up into individual fields for ease of troubleshooting
- Raw request and response fields
The package consists of 3 libraries: