https://github.com/allphptricks/integrate-stripe-payment-gateway-using-php
Learn how to Integrate Stripe Payment Gateway using PHP
https://github.com/allphptricks/integrate-stripe-payment-gateway-using-php
Last synced: about 1 month ago
JSON representation
Learn how to Integrate Stripe Payment Gateway using PHP
- Host: GitHub
- URL: https://github.com/allphptricks/integrate-stripe-payment-gateway-using-php
- Owner: allphptricks
- Created: 2023-03-28T08:44:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T08:46:34.000Z (about 2 years ago)
- Last Synced: 2024-11-06T08:29:19.631Z (7 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instructions
Learn how to Integrate Stripe Payment Gateway using PHP
1. Download Stripe Payment Gateway Integration using PHP
2. Import Stripe PHP SDK using composer
3. Create Table in DB
4. Create your account on Stripe and get Stripe API and Publishable Keys
5. Update them in config.php
6. Test the applicationAll step by step guide and information is available on the [tutorial link](https://www.allphptricks.com/integrate-stripe-payment-gateway-using-php/).