Download the PHP package purchased-at/magento2-payment without Composer

On this page you can find all versions of the php package purchased-at/magento2-payment. 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 magento2-payment

purchased-at/magento2-payment

This Magento 2.x module provides a payment method for the Purchased.at service.

Installation

Pre-requisites

Make sure your Magento 2.x installation is completed via composer or the web based Setup Wizard.

Install using composer

  1. Log into your Magento 2 server and switch to the Magento filesystem owner user.
  2. Change your current directory to the root of your Magento 2 installation.
  3. Add the following line to ./composer.json under "require"

  4. Run composer update && composer install and the Magento setup procedures:

    Make sure you use the Magento bundled composer. If you would like to run it without php -f like above, make sure the binary has u+x privileges. Same applies to the magento binary, make it u+x if needed.

Install manually

  1. Download the latest release from Github: https://github.com/purchased-at/magento2-payment/releases
  2. Log into your Magento 2 server and switch to the Magento filesystem owner user.
  3. Change to your Magento 2 installation's root directory and create a sub-directory under app/code/PurchasedAt_Magento2Payment.
  4. Extract the downloaded package to this directory having the registration.php file at app/code/PurchasedAt_Magento2Payment/registration.php.
  5. Edit app/etc/config.php and add a new item in the modules array for the new module:

  6. Add a new database record in the setup_module table with these fields:

Install from Magento Connect

Our module submission is being reviewed. You will be able to install it via Magento Connect as soon as it gets approved.

Configuration

To get the payment module up and running you need to do some configuration that involves setting your Purchased.at API key. So if you do not already have an API key, head first to your Vendor Dashboard and create a project with an API key. Having your API key prepared:

  1. Go to your Magento Admin
  2. Navigate to Stores > Configuration > Sales > Payment methods
  3. Scroll down to the Purchased.at section
  4. Here you can set the title, the allowed countries, instructions text, sort order etc. but make sure you enter you API key, it is comoulsory even for testing.

If you want to test the module, set the Test mode to "Test" otherwise set it to "Live".

If you don't see the Purchased.at among payment option at the store's checkout, please clear the Magento cache via the Magento Admin under System > Cache Management > Flush Magento Cache.


All versions of magento2-payment with dependencies

PHP Build Version
Package Version
Requires php Version ~5.5.0|~5.6.0|~7.0.0
magento/module-config Version 100.*
magento/module-store Version 100.*
magento/module-checkout Version 100.*
magento/module-sales Version 100.*
magento/module-customer Version 100.*
magento/module-payment Version 100.*
magento/module-quote Version 100.*
magento/module-backend Version 100.*
magento/module-directory Version 100.*
magento/module-theme Version 100.*
magento/framework Version 100.*
purchased-at/sdk-php Version 1.3.*
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 purchased-at/magento2-payment contains the following files

Loading the files please wait ....