https://github.com/sanderdlm/simple-payments
https://github.com/sanderdlm/simple-payments
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanderdlm/simple-payments
- Owner: sanderdlm
- Created: 2023-04-26T09:27:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T09:28:22.000Z (about 3 years ago)
- Last Synced: 2025-03-29T10:34:09.855Z (over 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mollie course payments
This is an example integration where the Mollie PHP SDK is used to accept payment for a simple course sign-up page, hosted in a single PHP file.
An SQLite database holds the order data. phpdotenv is used to hold the Mollie API key.
Can easily be expanded to work with a mailing service like Mailgun to send confirmation mails.