Download the PHP package payplug/payplug-sylius without Composer
On this page you can find all versions of the php package payplug/payplug-sylius. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download payplug/payplug-sylius
More information about payplug/payplug-sylius
Files in payplug/payplug-sylius
Download payplug/payplug-sylius
More information about payplug/payplug-sylius
Files in payplug/payplug-sylius
Vendor payplug
Package payplug-sylius
Short Description PayPlug payment plugin for Sylius applications.
License MIT
Package payplug-sylius
Short Description PayPlug payment plugin for Sylius applications.
License MIT
Please rate this library. Is it a good library?
Informations about the package payplug-sylius
Payplug payment plugin for Sylius
This plugin allows you to integrate Payplug payment with Sylius platform app including payment features and refunding orders.
## Requirements In the channel settings, the base currency must be set to **EUR** because the payment gateway only works in this currency. In local environment, the plugin will not work properly because you will not be notified of the status of payments from the payment gateway. > #### ⚠️ Refunds requirements > You need to make some adjustments in order to make our plugin worked normally due to a dependency to [refund-plugin](https://github.com/Sylius/RefundPlugin). Please follow those requirements: > > To generate "Credit memos" when refunding, your server need to have the [**WKHTMLTOPDF**](https://wkhtmltopdf.org/) binary as explain in [refund-pluging documentation # Pre-requirements](https://github.com/Sylius/RefundPlugin/tree/master#pre---requirements) ## Compatibility | | Version | |:-------|:--------| | PHP | ^8.2 | | Sylius | ^2.0 | ### With Symfony Flex #### 1. Allow contrib recipes and require the plugin #### 2. Install the Flex recipe This automatically registers the bundle, copies configuration files, and sets up assets (on Sylius 2.1+). #### 3. Apply migrations to your database #### 4. Add Payplug to refundable payment methods for Sylius Refund Plugin in `config/services.yaml` #### 5. Add Traits for Customer and PaymentMethod entities * App\Entity\Customer\Customer * App\Entity\Payment\PaymentMethod * App\Entity\Payment\Payment #### 6. Process translations #### 7. Clear cache 🎉 You are now ready to add Payplug Payment method. In your back-office, go to `Configuration > Payment methods`, then click on `Create` and choose "**Payplug**". ## Logs If you want to follow the logs in the production environment, you need to add the configuration in `config/packages/prod/monolog.yaml`, logs should be in `var/log/prod.log` which can be searched after the phrase `[Payum]` or `[Payplug]`: ## Customization ### Available services you can [decorate](https://symfony.com/doc/current/service_container/service_decoration.html) and forms you can [extend](http://symfony.com/doc/current/form/create_form_type_extension.html) Run the below command to see what Symfony services are shared with this plugin: ## Development See [How to contribute](CONTRIBUTING.md). ## License This library is under the MIT license. ## Oney Integration For better Oney integration, you can check the [Oney enhancement documentation](doc/oney_enhancement.md). ## Authorized Payment Since 1.11.0, the plugin supports the authorized payment feature. You can check the [Authorized Payment documentation](doc/authorized_payment.md). ## Doc - [Development](doc/development.md) - [Release Process](RELEASE.md)All versions of payplug-sylius with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
ext-json Version *
giggsey/libphonenumber-for-php Version ^8.12
payplug/payplug-php Version ^4.0
payplug/unified-plugin-core Version ^1.1.0
php-http/message-factory Version ^1.1
sylius/refund-plugin Version ^2.0
sylius/sylius Version ^2.0
symfony/asset Version ^6.4|| ^7.2
symfony/lock Version ^6.4|| ^7.2
symfony/validator Version ^6.4|| ^7.2
ext-json Version *
giggsey/libphonenumber-for-php Version ^8.12
payplug/payplug-php Version ^4.0
payplug/unified-plugin-core Version ^1.1.0
php-http/message-factory Version ^1.1
sylius/refund-plugin Version ^2.0
sylius/sylius Version ^2.0
symfony/asset Version ^6.4|| ^7.2
symfony/lock Version ^6.4|| ^7.2
symfony/validator Version ^6.4|| ^7.2
The package payplug/payplug-sylius contains the following files
Loading the files please wait ...