Download the PHP package getepay/getepe without Composer

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

Getepay Payment Extension for Magento 2

This extension utilizes Getepay API and provides seamless integration with Magento, allowing payments for Indian merchants via Credit Cards, Debit Cards, Net Banking, and Wallets without redirecting away from the magento site.

Installation

Install through the "code.zip" file

bin/magento is executable command, this is to be executed from Magento installation directory.

  1. Extract the attached code.zip
  2. Go to the "app" folder
  3. Overwrite content of the "code" folder with step one "code" folder (Note: if the code folder does not exist just place the code folder from step 1).
  4. Run following command to enable Getepay Magento module:

  5. Run following command to install Magento cron jobs :

  6. Run bin/magento setup:di:compile to compile dependency code.
  7. Run bin/magento setup:upgrade to upgrade the Getepay Magento module from the Magento installation folder.
  8. On the Magento admin dashboard, open Getepay payment method settings and click on the Save Config button.

Note: If you see this message highlighted in yellow (One or more of the Cache Types are invalidated: Page Cache. Please go to Cache Management and refresh cache types.) on top of the Admin page, please follow the steps mentioned and refresh the cache.

  1. Run bin/magento cache:flush once again.

OR

Install the extension through composer package manager.

You can check if the module has been installed using bin/magento module:status

You should be able to see Getepay_Getepe in the module list

Execute following commands from Magento installation directory:

Enable and configure Getepay in Magento Admin under Stores -> Configuration -> Payment Methods -> Getepay Payment Gateway.

If you do not see Getepay in your gateway list, please clear your Magento Cache from your admin panel (System -> Cache Management).

Setting up the cron with Magento

Setup cron with Magento to execute Getepay cronjobs for following actions:

Cancel pending orders

It will cancel order created by Getepay as per timeout saved in configuration if Pending Orders Cron is Enabled.

Update order to processing

Check response from Getepay for events pending payments after order and updates pending order to processing if Enable Update Order Cron V1 is Enabled.

Magento cron can be installed using following command:

Configuration

Uninstall OR Rollback to older versions

To rollback, you will be required to uninstall existing version and install a new version again. Following are actions used for rollback & reinstall:

Uninstall Getepay Module

If composer is used for installation, use following commands from Magento installation directory to uninstall Getepay Magento module

If code.zip is used for installation, to uninstall following steps can be used: Disabled Getepay Magento module

To remove module directory, execute following command from Magento install directory

Remove module schema from MYSQL database

Support

For any issue send us an email to [email protected] and share the getepe.log file. The location of getepe.log file is var/log/getepe.log.


All versions of getepe with dependencies

PHP Build Version
Package Version
Requires php Version 7.*|~8.0.0|~8.1.0|~8.2.0|~8.2.4
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 getepay/getepe contains the following files

Loading the files please wait ....