Download the PHP package codenteq/stripe-payment-gateway without Composer
On this page you can find all versions of the php package codenteq/stripe-payment-gateway. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codenteq/stripe-payment-gateway
More information about codenteq/stripe-payment-gateway
Files in codenteq/stripe-payment-gateway
Package stripe-payment-gateway
Short Description The Laravel eCommerce Stripe Payment Gateway
License MIT
Homepage https://codenteq.com
Informations about the package stripe-payment-gateway
Stripe Payment Gateway
1. Introduction:
Install this package now to receive secure payments in your online store. Stripe offers an easy and secure payment gateway
2. Requirements:
- PHP: 8.1 or higher.
- Bagisto: v2.*
- Composer: 1.6.5 or higher.
3. Installation:
-
Run the following command
-
Run these commands below to complete the setup
-
Run these commands below to complete the setup
-
Go to the Bagisto admin panel, find the Stripe payment gateway, enter your API key and start receiving payments.
- To use the demo API key, paste the key into the Stripe Client Secret section.
Installation without composer:
- Unzip the respective extension zip and then merge "packages" and "storage" folders into project root directory.
-
Goto config/app.php file and add following line under 'providers'
-
Goto composer.json file and add following line under 'psr-4'
-
Run these commands below to complete the setup
-
Go to the Bagisto admin panel, find the Stripe payment gateway, enter your API key and start receiving payments.
- To use the demo API key, paste the key into the Stripe Client Secret section.
That's it, now just execute the project on your specified domain.
How to contribute
Stripe Payment Gateway is always open for direct contributions. Contributions can be in the form of design suggestions, documentation improvements, new component suggestions, code improvements, adding new features or fixing problems. For more information please check our Contribution Guideline document.