Download the PHP package delower186/twocheckout without Composer
On this page you can find all versions of the php package delower186/twocheckout. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download delower186/twocheckout
More information about delower186/twocheckout
Files in delower186/twocheckout
Download delower186/twocheckout
More information about delower186/twocheckout
Files in delower186/twocheckout
Vendor delower186
Package twocheckout
Short Description 2checkout payment gateway integration for laravel application.
License MIT
Package twocheckout
Short Description 2checkout payment gateway integration for laravel application.
License MIT
Please rate this library. Is it a good library?
Informations about the package twocheckout
2checkout package for Laravel application
Providing Simple 2Checkout Payment Gateway Integration for Laravel applications
Requirements
- Laravel >= 5.5
Installation
-
Use following command to install:
-
Add the service provider to your if Laravel version is below 5.5
$providers
array inconfig/app.php
file like: -
Add the alias to your
$aliases
array inconfig/app.php
file like: - Run the following command to publish configuration:
Usage
Configuration
- after creating 2checkout account add merchant code to .env file
Options
-
Migrate database if you want to see demo / use built in system then go to the following link
- Otherwise include the following facade to your controller which will enable you to use 2 static methods loadScripts() and buyNow($price)
Customization
- these are optional customization options can be added to .env file
All versions of twocheckout with dependencies
PHP Build Version
Package Version
No informations.
The package delower186/twocheckout contains the following files
Loading the files please wait ....