beyondit / opencart-stripe-extension
Opencart Stripe Extension
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 4
Forks: 6
Open Issues: 0
Language:JavaScript
Type:opencart-extension
Requires
Requires (Dev)
- consolidation/robo: ~1
- opencart/opencart: 2.3.0.2
- vlucas/phpdotenv: ~1.1.0
This package is not auto-updated.
Last update: 2024-12-18 03:08:49 UTC
README
Install on Opencart
composer require beyondit/opencart-stripe-extension
Features
- Stripe credit card payment integration
- Interactive credit card based on (https://github.com/jessepollak/card)
- 3D Secure support
- Supports Opencart version 2.3
Development Setup
- Clone the git repository
- Copy the
.env.sample
file to.env
and set the configuration parameters respectively - Run
bin/robo opencart:setup
and afterwardsbin/robo opencart:run
on command line (bin/robo opencart:run &
to run in background) - Run
bin/robo project:deploy
to mirror src/ into www/ - Open
http://localhost:8000
in your browser
Robo Commands
bin/robo opencart:setup
: Install OpenCart with configuration set in.env
filebin/robo opencart:run
: Run OpenCart on a php build-in web server on port 8000bin/robo project:deploy
: Mirror contents of the src folder to the OpenCart test environmentbin/robo project:watch
: Redeploy after changes inside the src/ folder or the composer.json filebin/robo project:package
: Package abuild.ocmod.zip
inside the target/ folder