Download the PHP package shopia/nowpayments without Composer
On this page you can find all versions of the php package shopia/nowpayments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shopia/nowpayments
More information about shopia/nowpayments
Files in shopia/nowpayments
Download shopia/nowpayments
More information about shopia/nowpayments
Files in shopia/nowpayments
Vendor shopia
Package nowpayments
Short Description A Laravel package for NowPayments API integration with sandbox support
License MIT
Package nowpayments
Short Description A Laravel package for NowPayments API integration with sandbox support
License MIT
Please rate this library. Is it a good library?
Informations about the package nowpayments
Shopia NowPayments
A Laravel package for NowPayments API integration with sandbox support.
Installation
You can install the package via composer:
Configuration
1. Publish the configuration file and migrations:
2. Database Configuration
This package uses the payment_settings table to store API keys and configuration. Make sure your table has the following columns:
sandbox_api_key(string, nullable)live_api_key(string, nullable)sandbox_mode(boolean, default: true)default_currency(string, default: 'USD')
If you need to create the table, run:
3. Add Configuration to Database
Insert your API keys into the payment_settings table:
Usage
License
The MIT License (MIT). Please see License File for more information.
All versions of nowpayments with dependencies
PHP Build Version
Package Version
The package shopia/nowpayments contains the following files
Loading the files please wait ...