htech/dragonpay

Dragonpay integration for htechcorp

v1.0.1 2020-10-14 13:51 UTC

This package is auto-updated.

Last update: 2024-09-14 22:08:49 UTC


README

Htechcorp Dragonpay
Htech x Dragonpay

Installation

	composer require htech/dragonpay

Usage

No documentation yet. But we created some examples. Run in CLI.

	php artisan vendor:publish --tag=dp_examples

then run migration

	php artisan migrate

Please don't forget to set merchant id and password in the env.

	DP_MERCHANT_ID ="MERCHANT ID" 
	DP_PASSWORD ="MERCHANT SECRET KEY"

You may also try examples here

Troubleshooting

  • If you have problems in installing with lower versions of PHP. Try adding params ignore-platform-reqs in composer require
	composer require htech/dragonpay --ignore-platform-reqs 

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

License

The GNU General Public License v3.0 (GNU GPLv3). Please see License File for more information.

Author

Zik M.