Download the PHP package dagpay/magento-plugin without Composer

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

Dagpay for Magento 2

Accept dagcoin payments on your Magento 2 store

Dagpay helps you to accept lightning fast dagcoin payments directly from your eCommerce store. Start accepting Dagpay payments for your business today and say goodbye to the slow transactions times, fraudulent chargebacks and to the enormous transaction fees.

Key features of Dagpay

Manual installation (via FTP)

  1. Download the Magento2 extension .zip file.
  2. Login to your hosting space via a FTP client and navigate to the Magento root directory.
  3. Create a new directory app/code if it does not exist and unzip the extension .zip file there.
  4. After installing the plugin, make sure to run the following command at the command line to edit one of the database tables. If you don't run it, magento will not store the Dagpay invoice IDs in the database and the invoice will be unusable.
  5. Login to the Magento Admin Panel and from the side navigation go to System > Web Setup Wizard and select Module Manager.
  6. Locate the extension in the list and enable it from the Action select dropdown on the right column. Go through the steps as instructed.
  7. The extension should now be ready for configuration.

Setup & Configuration

After installing and activating the Dagpay extension in your Magento Admin Panel, complete the setup according to the following instructions:

  1. Log in to your Dagpay account and head over to Merchant Tools > Integrations and click ADD INTEGRATION.
  2. Add your environment Name, Description and choose your Wallet for receiving payments.
  3. Add the status URL for server-to-server communication and redirect URLs.
  4. Save the environment and copy the generated environment ID, user ID and secret keys and in your Magento Admin panel navigate to Stores > Configuration > Sales > Payment methods, look for Dagpay payment gateway and enter the keys to the corresponding fields.
    • If you wish to use Dagpay test environment, which enables you to test Dagpay payments using Testnet Dags, enable Test Mode. Please note, for Test Mode you must create a separate account on test.dagpay.io, create an integration and generate environment credentials there. Environment credentials generated on dagpay.io are 'Live' credentials and will not work for Test Mode.
  5. Save the changes and Dagpay should be working on your Magento store.

Plugin limitations


All versions of magento-plugin with dependencies

PHP Build Version
Package Version
Requires php Version ~5.5.0|~5.6.0|~7.0.0
magento/framework Version >=100.0.4 <102
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 dagpay/magento-plugin contains the following files

Loading the files please wait ....