Download the PHP package shurjomukhi/shurjopay-plugin-php without Composer

On this page you can find all versions of the php package shurjomukhi/shurjopay-plugin-php. 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 shurjopay-plugin-php

shurjoPay PHP plugin package

Made With [Test Status]() NPM version

Official shurjoPay PHP plugin for merchants or service providers to connect with shurjoPay Payment Gateway v2.1 developed and maintained by ShurjoMukhi Limited.

This plugin package can be used with any PHP application or framework (e.g. Laravel, Lumen, CodeIgniter, Symfony, CakePHP, Yii etc). Use this plugin in your CMS (Wordpress, Magento, Joomla, OpenCart, Drupal etc) projects or checkour our dedicated plugins for the renowned CMS. It makes it easy for developers to integrate with shurjoPay v2.1 with just three API calls:

  1. authenticate: Authenticate merchants and generate token
  2. makePayment: Create and send payment request
  3. verifyPayment: Verify payment status at shurjoPay

Also reduces many of the things that you had to do manually

Audience

This document is intended for the developers and technical personnel of merchants and service providers who want to integrate the shurjoPay online payment gateway using PHP.

How to use this shurjoPay Plugin

To integrate the shurjoPay Payment Gateway in your PHP project do the following tasks sequentially.

Add the shurjopay-plugin-php as your project dependency.

Setup parameters for shurjopay plugin correctly in your application in a config file as shown below.

Note: Remember to use live credentials in config file before going in production.

Now, create instance of Shurjopay with ShurjopayConfig. To read the parameters from config or env file, you may use the ShurjopayEnvReader.

Check out test class to view an example.

After that, initiate a payment request to shurjoPay using our plugin in your application. Below is a basic example code snippet.

Payment verification can be done after each transaction with shurjopay order id.

Check our documentation on verify for more details.

References

  1. PHP sample project showing usage of the PHP plugin.
  2. Laravel sample project using PHP plugin to get your feet wet with shurjopay.
  3. OpenCart plugin
  4. OpenCart sample project
  5. Sample applications and projects in many different languages and frameworks showing shurjopay integration.
  6. shurjoPay Postman site illustrating the request and response flow using the sandbox system.
  7. shurjopay Plugins home page on github

License

This code is under the MIT open source License.

Please contact with shurjoPay team for more detail.

Copyright ©️2023 ShurjoMukhi Limited.


All versions of shurjopay-plugin-php with dependencies

PHP Build Version
Package Version
No informations.
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 shurjomukhi/shurjopay-plugin-php contains the following files

Loading the files please wait ....