Download the PHP package bestit/amazonpay4oxid without Composer

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

Amazon Pay & Login for OXID eShop

Build Status

Pay with Amazon is fast, easy and secure and can help you add new customers, increase sales, and reduce fraud costs. It provides a seamless experience for your customers. All buyer interactions take place in widgets, so they never leave your site. Customers simply log in using their Amazon credentials, select a shipping address and payment method, and confirm their order

The Login and Pay with Amazon for Oxideshop extension adds two components to your OxideShop installation:

Enable Login and Pay with Amazon on your OXID eShop, you will benefit from:

Your customers save time and hassle by using their Amazon credentials to login and pay; so you increase repeat buyers by offering a trusted and convenient payment method.

Your customers won’t leave your website to login or enter their payment/shipping information; so you capture sales from buyers who are reluctant to enter their information.

You will need to create an Amazon Payments Seller Account to use the Pay with Amazon for OXID eShop extension. This account is where you will receive payments, update your account settings and view settlement reports.

Development Setup

In order to run a oxid 6 instance locally to develop or test features, you have to run the following steps:

Starting the docker stack

The first time will build the images and this could take some time!

Build the instance

This command will build an local oxid with the given version (use for example 5.3, for version lower than 6.0 or dev-b-6.0-ce, for version from 6.0 on) instance with installed demodata and the symlinked module. You are now ready to develop or tests your changes. The shop will be accessible via the url http://localhost:8100 and the admin will be reachable via http://localhost:8100 or with https under https://localhost:4444 and the credentials admin:admin.

Running the tests

Just run the following command:

This will create a fresh instance and runs the tests. May also want to login to your previous build test instance and run the test there just access the docker container by running the following command.

Now you are logged in and are able to run the test from the instance vendor dir vendor/bin/runtests.


All versions of amazonpay4oxid with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3
lib-curl Version >=7.26.0
lib-openssl Version >=1.0.1
ext-curl Version *
ext-openssl Version *
amzn/amazon-pay-sdk-php Version ~3.4.1
monolog/monolog Version ^1.23
paragonie/random_compat Version <9.99
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 bestit/amazonpay4oxid contains the following files

Loading the files please wait ...