Download the PHP package tecsin/yii2-voguepay without Composer

On this page you can find all versions of the php package tecsin/yii2-voguepay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package yii2-voguepay

I transfered this repo from my organization as I won't be needing the organization tecsin again for proper management sake. Will update the namespace to onyijne in next release which will break from current release.

Pay2

VoguePay Payment Processor Extension for Yii2 Framework (Command API is in beta).   Pay2 is a Yii2 wrapper for VoguePay Payment Processor Mobile/Server-to-Server and Command Api. Mobile/Server-to-Server API let you get a link token for payment by sending your merchant ID and other necessary parameters.

Command API allows you to directly perfom several actions (fetch transactions details, pay a user, withdraw money to bank accounts, create a new user) on VoguePay from your application.

Installation

The preferred way to install this extension is through composer.

Either run

or add

to the require section of your composer.json file.

Usage

First set up the database by running the migration code :

After which you should add pay2 to the modules section of your application component like

and setup your VoguePay details via project.com/pay2.

Notification and Pay Now Button

Get notifications from VoguePay and save data to db before sending user to voguepay.

Display pay now button

Mobile/Server-to-Server

You can either send user to VoguePay payment page directly (this is the default):

Or show the user a pay button (set showPayButton property to true):

Command API

With the Command API you can Fetch records of transactions, Pay (send money) to VoguePay merchants, Withdraw money to various bank accounts, and create a new user on VoguePay.

See tecsin\pay2\models\Money for withdrawal example

Read More.

See VoguePay Developer Page

Contributions

Contributions re highly welcome in any form deemed fit


All versions of yii2-voguepay with dependencies

PHP Build Version
Package Version
Requires yiisoft/yii2 Version >=2.0.8
yiisoft/yii2-httpclient Version ~2.0.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tecsin/yii2-voguepay contains the following files

Loading the files please wait ....