beyondit / opencart-plugin
BitPay Payment Method for OpenCart
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 47
Type:opencart-extension
Requires
- php: >=5.4.0
- beyondit/opencart-extension-installer: *
- bitpay/php-client: ~2.2
Requires (Dev)
- codegyre/robo: *
- opencart/opencart: 2.3.0.2
- phpunit/phpunit: 4.*
- squizlabs/php_codesniffer: 2.*
- vlucas/phpdotenv: ~1.1.0
This package is not auto-updated.
Last update: 2024-12-22 06:05:06 UTC
README
This is a Community-supported project.
If you are interested in becoming a maintainer of this project, please contact us at integrations@bitpay.com. Developers at BitPay will attempt to work along the new maintainers to ensure the project remains viable for the foreseeable future.
BitPay for OpenCart
Last Cart Version Tested: 2.3.0.2
Installation
Follow the instructions found in the BitPay for OpenCart Guide
Development Setup
# Clone the repo $ git clone https://github.com/bitpay/opencart-plugin.git $ cd ./opencart-plugin # Install dependencies via Composer $ composer install # Set Environment Variables (variables needed can be found in .env.sample) $ cp .env.sample .env # After modifying the Environment Variables for your environment setup OpenCart $ ./bin/robo setup
Development Workflow
# Run PHP Server of OpenCart installation and redirect bash I/O $ ./bin/robo server & # Watch for source code changes and copy them to the OpenCart installation $ ./bin/robo watch
Testing
$ ./bin/robo test
Build
$ ./bin/robo build # Outputs: # ./build/bitpay-opencart - the distribution files # ./build/bitpay-opencart.ocmod.zip - the distribution archive
Contributing
Please see CONTRIBUTING for details.
Support
BitPay Support:
- Last Cart Version Tested: 2.3.0.2
- GitHub Issues
- Open an issue if you are having issues with this plugin.
- Support
- BitPay merchant support documentation
OpenCart Support:
License
The MIT License (MIT). Please see License File for more information.