This tutorial is provided "AS-IS" with no warranty. YOU (the developer) would need to ensure that your code works well with your own platform, and that you are handling data securely
http://www.mystartupsolutions.com/clients/paypal/PayPalPaymentsProLite/examples/
When you go to production delete the examples folder. It is outputting raw api calls that include your credentials!
- git clone https://github.com/trainerbill/PayPalPaymentsProLite.git
- Edit config/config.php
- Presto.
- go to /examples/ to see examples
- Make basic PayPal Payments Pro integrations easier
- Provide basic validation for required parameters before submitting to paypal
- Reduce bloat of SDK
- Allow developer to place custom variables on NVP string
- Make it extendable and allow community to update
- Make basic functions like sending the api call and decoding the response easy.