https://github.com/bitpay/bitpay-drupalcommerce
BitPay payment plugin for Drupal Commerce
https://github.com/bitpay/bitpay-drupalcommerce
Last synced: about 1 year ago
JSON representation
BitPay payment plugin for Drupal Commerce
- Host: GitHub
- URL: https://github.com/bitpay/bitpay-drupalcommerce
- Owner: bitpay
- License: mit
- Created: 2015-04-28T13:08:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T18:45:50.000Z (over 7 years ago)
- Last Synced: 2025-04-06T08:03:03.086Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 508 KB
- Stars: 6
- Watchers: 8
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Notice
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 Drupal Commerce (Commerce BitPay)
[](https://github.com/bitpay/bitpay-drupalcommerce/releases)
[](LICENSE.md)
[](https://travis-ci.org/bitpay/bitpay-drupalcommerce)
[](https://gitter.im/bitpay/bitpay-drupalcommerce?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Plugin Installation, Configuration, and Usage
Follow the instructions found in the [Commerce BitPay Guide](GUIDE.md)
## Development Setup
``` bash
# Clone the repo
$ git clone https://github.com/bitpay/bitpay-drupalcommerce.git
$ cd ./bitpay-drupalcommerce
# Install dependencies via Composer
$ composer install
```
## Development Workflow
``` bash
# Watch for source code changes and copy them to ./www
# You could symlink the commerce_bitpay module in your local web server
# to ./www for development purposes
$ ./bin/robo watch
```
## Testing
``` bash
$ ./bin/robo test
```
## Build
``` bash
$ ./bin/robo build
# Outputs:
# ./build/commerce-bitpay/ - the distribution files
# ./build/commerce-bitpay.zip - the distribution archive
```
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.