Download the PHP package placetopay/magento2-module-payments without Composer

On this page you can find all versions of the php package placetopay/magento2-module-payments. 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-module-payments

Magento 2 Gateway to PlacetoPay

PlacetoPay Plugin Payment for Magento 2 Stable

For more information about the component and the functionalities it offers, visit the following link Magento-Placetopay.

Prerequisites

Compatibility Version

Magento Plugin Comments
2.x.x ~1.8.0 From 2.0.x

View releases here

Manual Installation

Create PlacetoPay\Payments folder (this is required, with this name)

Clone Project in modules

Set permissions and install dependencies with composer

Set up the module by running the following commands:

If you run Magento in production mode, you also must compile and deploy the module’s static files:

If for some reasons, the language not show in spanish, run these commands:

Composer Installation

Set up the module by running the following commands:

If you run Magento in production mode, you also must compile and deploy the module’s static files:

If for some reasons, the language not show in spanish, run these commands:

Docker Installation

First, you must edit the auth.json, follow the next instructions:

For install magento 2, just exec this command in terminal, make sure you can execute make commands

Then... (Please wait few minutes, while install ALL and load Apache :D to continue), you can go to

If you want, go to /etc/hosts file and add the next line:

Magento 2 Admin Access

MySQL Access

See details in docker-compose.yml file or run make config command

if you wat to change the users and passwords, edit the env file.

Customize docker installation

Default versions

You can change versions in .docker/Dockerfile

If you find an error in the docker installation process, you must verify and update the github-oauth in auth.json, to do so, you must log in your github personal account and go to the settings, then click on the developer settings option and generate a personal access token.

Quality

During package development I try as best as possible to embrace good design and development practices, to help ensure that this package is as good as it can be. My checklist for package development includes:


All versions of magento2-module-payments with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-json Version *
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 placetopay/magento2-module-payments contains the following files

Loading the files please wait ....