Paypal
A simple SDK for dealing with the Paypal API from PHP., (*1)
, (*2)
Features
- Generate button code
- Single product
- Multi-product (cart)
- Subscriptions
- Handle Instant Notifcations
- Handles verification with paypal
- All types of payment notifcations
- Subscription related notifcations
- Mass Payments
- Instantly send money to other paypal users
- Modern PHP5 features
- Namespaced
- Autoloading
- Exceptions
All of this with a consistent and simple API., (*3)
Docs
Check the current docs on the otherside., (*4)
Alternatively just run apigen once you have cloned the repo, (*5)
Install
Composer
Composer is the best way to get started with an new project. This package is not far away… Paypal at Packagist, (*6)
composer require mcfedr/paypal
Standard
The other choice is to checkout the code, and register it with your autoloader. If you need one ClassLoader is the place to start., (*7)
Contributing
Please feel free to post issues, or even better pull requests right here on github., (*8)
It would be great to flesh out the functionality to cover the other parts of paypal api., (*9)
Note that recently paypal have started providing much more themselves - PayPal on GitHub.
Although a good IPN lib is still missing., (*10)
License
The library is covered by the MIT license. There is a copy in the repo., (*11)