nlybe / paypal_api
PayPal integration on Elgg
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Type:elgg-plugin
Requires
- php: >=8.0
- composer/installers: >=1.0.8
- paypal/rest-api-sdk-php: *
Conflicts
- elgg/elgg: <5.0
README
PayPal plugin for Elgg, offering the API for accepting Payments using PayPal on social communities based on Elgg.
Features
- Offers a ready to use PayPal form for instant payments
- List of transaction in admin area
Installation
Requires: Elgg 3.3 or higher
- Upload the paypal_api plugin on "mod/" elgg folder and activate it
- On "mod/paypal_api" folder run the command "composer update"
Future Tasks List
- Add guidelines on how to use
- Add option to select PayPal button in settings. Available options at https://developer.paypal.com/docs/classic/api/buttons/
- Make a class for instant, so all parameters will be passed by using methods of this class
- Add currency option in setting (default currency/currency sign)