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.
Download placetopay/magento2-module-payments
More information about placetopay/magento2-module-payments
Files in placetopay/magento2-module-payments
Package magento2-module-payments
Short Description Shared component for accepting online payments in Magento 2 using the PlacetoPay payment gateway.
License OSL-3.0 AFL-3.0
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
php
^7.1ext-bcmath
ext-ctype
ext-curl
ext-gd
ext-hash
ext-iconv
ext-intl
ext-mbstring
ext-openssl
ext-pdo_mysql
ext-xml
ext-soap
ext-spl
ext-xsl
ext-zip
lib-libxml
composer
@latestdatabase
MySQL
5.7MariaDB
10.*
web server
apache
2.2 or 2.4 with mod_rewrite and mod_versionsnginx
1.*
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
- user: [email protected]
- password: Admin12*
MySQL Access
- user: root
- password: root
- database: magento
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
- Magento: 2.3.3
- PHP: 7.2
- MySQL: 5.6.23
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:
- Be fully PSR1, PSR2, and PSR4 compliant.
- Include comprehensive documentation in README.md.
- Provide an up-to-date CHANGELOG.md which adheres to the format outlined at keepachangelog.
- Have no phpcs warnings throughout all code, use
composer test
command.
All versions of magento2-module-payments with dependencies
ext-json Version *