prestashop/ps_checkout
PrestaShop module
Maintainers
Package info
github.com/PrestaShopCorp/ps_checkout
Type:prestashop-module
pkg:composer/prestashop/ps_checkout
Requires
- php: >=8.1
- giggsey/libphonenumber-for-php: ^8.12
- gmponos/guzzle_logger: ^2.2
- guzzlehttp/guzzle: ^7.4
- prestashop/decimal: ^1.3
- prestashop/module-lib-guzzle-adapter: ^1.0
- prestashop/module-lib-mbo-installer: ^2.0
- prestashop/module-lib-service-container: ^2.0
- prestashop/prestashop-accounts-installer: ^1.0
- ramsey/uuid: ^3.8
- webmozart/assert: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.68
- monolog/monolog: ^1.27.1
- nikic/php-parser: ^4.19.1
- phpstan/phpstan: ^2.1
- phpunit/php-code-coverage: ^9.2.31
- phpunit/phpunit: ~9.6.7
- prestashop/autoindex: ^2.1
- prestashop/header-stamp: ^2.3
- prestashop/php-dev-tools: ~5.0
- symfony/stopwatch: ^6.4
Suggests
None
Provides
None
Conflicts
None
Replaces
None
AFL-3.0 a5506edab7b148b8e3b34f1f574aafe32fddd14b
- PrestaShop SA <contact.woop@prestashop.com>
This package is auto-updated.
Last update: 2026-06-18 07:21:54 UTC
README
👁 GitHub release (latest SemVer)
👁 GitHub license
About
PrestaShop official payment module in partnership with PayPal.
Reporting issues
In order to contact the team, please use the link available in the back-office once logged to your PrestaShop account.
Direct download
If you want to get a zip ready to install on your shop. You can directly download it by clicking here.
Branches
There are 4 main branches on the repository:
prestashop/mainis the branch for PrestaShop Checkout v5 for PrestaShop v1.7, v8 and v9prestashop/9.xis the branch for PrestaShop Checkout v4 for PrestaShop v9.xprestashop/8.xis the branch for PrestaShop Checkout v4 for PrestaShop v8.xprestashop/1.7.xis the branch for PrestaShop Checkout v4 for PrestaShop v1.7.x- (deprecated)
Contributors must follow the following rules:
- Use the
mainbranch - Do not update the module's version number.
- Follow the coding standards.
Development
Requirements
- PHP
- Composer
- Docker
- Docker Compose
- Make (GNU Make)
PHP Matrix versions
| PrestaShop Versions | Symfony components version | PHP Versions | Recommended PHP Version |
|---|---|---|---|
>=1.7.0 <=1.7.3 |
Symfony 2.8 ⚠️ |
>=5.4 <=7.1 |
7.1 |
1.7.4 |
Symfony 3.4 |
>=5.6 <=7.1 |
7.1 |
>=1.7.5 <=1.7.6 |
Symfony 3.4 |
>=5.6 <=7.2 |
7.2 |
>=1.7.7 |
Symfony 3.4 |
>=7.1 <=7.3 |
7.3 |
>=1.7.8 |
Symfony 3.4 |
>=7.1 <=7.4 |
7.4 |
| PrestaShop Versions | Symfony components version | PHP Versions | Recommended PHP Version |
|---|---|---|---|
>=8.0 <=8.2 |
Symfony 4.4 |
>=7.2 <=8.1 |
8.1 |
| PrestaShop Versions | Symfony components version | PHP Versions | Recommended PHP Version |
|---|---|---|---|
>=9.0 |
Symfony 6.4 |
>=8.1 <=8.4 |
8.4 |
PHP Versions older than 8.x
To install PHP versions older than 8.x, please refer to these specific repositories:
- macOS using Homebrew: https://github.com/shivammathur/homebrew-php
- Ubuntu: https://launchpad.net/~ondrej/+archive/ubuntu/php
Build
- Clone repository to local environment
- Copy .env.dist -> .env
- Configure the .env file to your environment settings.
- Copy MODULE_VERSION/.env.dist -> MODULE_VERSION/.env
- Copy the docker-compose.local.yml.dist -> docker-compose.local.yml
- Uncomment the services in the docker-compose.local.yml file to your needs.
- Run Makefile command in terminal
make build - Run Makefile command in terminal
make run - Website is accessible at
http://localhost:8991 http://localhost:8991/admin1- admin panel
Use default PrestaShop credentials to login:
demo@prestashop.comprestashop_demo
Lint
Run make lint in terminal.
Tests
Unit tests
Run make unit-test in terminal.
Integration tests
Run make integration-test in terminal.
Contributing
PrestaShop modules are open source extensions to the PrestaShop e-commerce solution. Everyone is welcome and even encouraged to contribute with their own improvements.
Contributors wishing to edit a module's files should follow the following process:
- Fork this project to your GitHub account.
- Clone your fork to your local machine in the
/modulesdirectory of your PrestaShop installation. - Create a branch in your local clone of the module for your changes.
- Change the files in your branch. Be sure to follow the coding standards
- Push your changed branch to your fork in your GitHub account.
- Create a pull request for your changes on the target branch of the module's project. Be sure to follow the contribution guidelines in your pull request. If you need help to make a pull request, read the GitHub help page about creating pull requests.
- Wait for one of the maintainers either to review the code
License
This module is released under the Academic Free License 3.0
