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.

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 payplug-sylius

License Quality Gate Status Duplicated Lines (%) Code Smells Version Total Downloads

Sylius Logo.

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
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 payplug/payplug-sylius contains the following files

Loading the files please wait ...