Download the PHP package bridge-payment-sylius/sylius-payment-plugin without Composer
On this page you can find all versions of the php package bridge-payment-sylius/sylius-payment-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package sylius-payment-plugin
Bridge - Sylius Payment plugin
Bridge is a new instant transfer payment solution that allows you to increase your conversion rates by offering instant, secure and seamless collection of payments from your customers' accounts.
What this module does for you
Integrate Bridge, a secure plug-and-play payment solution, to increase your conversion rates at reduced costs. Enjoy easy reconciliation and low fraud rates.
The Bridge payment solution allows merchants to:
- Offer high payment ceilings:
Increase your conversion rates by allowing top carts to pay large sums instantly.
Take advantage of a low-cost payment solutionBoth cost management and cash flow management are simplified. You can take advantage of a more competitive cost than using a credit card by paying a low percentage only on the transactions made on your site.
- Enjoy instant payments:
Receive funds in your bank account fast
- Benefit from irrevocability of payments:
Payments are irrevocable. In other words, customers cannot cancel or modify their payments.
- Reduce fraud rates and offer secure payment
With instant transfer, at the time of payment, your customer is authenticated directly to their online account. No sensitive data will be entered, which makes it possible to offer a secure payment process with a limited risk of fraud.
To create sandbbox applications please refer to the following link : https://docs.bridgeapi.io/docs/dashboard
Installation
Install the plugin form Bridge packagist with Composer:
Change your config/bundles.php
file to add the line for the plugin :
Then create the config file in config/packages/bridge_plugin.yaml
:
Then import the routes in config/routes/bridge_plugin.yaml
:
Generate a cypher key (encyption key) using the following linux command :
When executing this command, a result like this should be displayed :
You should copy the key
and add it to the variable BRIDGE_CYPHER_KEY in your .env :
Execute the following commands to copy the necessary twig files :
Replace the code in templates/bundles/SyliusShopBundle/Checkout/SelectPayment/_choice.html.twig
with the following :
Update the entity src/Entity/Payment/Payment.php
:
Update the entity src/Entity/Payment/PaymentMethod
:
Apply migrations to your database :
Rebuild cache for proper display of all translations :
For the list of banks, an html Mokup template is in your disposal at :
You can access the Mockup template after executing the following command :
The path for the Mockup is the following :
All versions of sylius-payment-plugin with dependencies
sylius/sylius Version ^1.11
thecodingmachine/safe Version ^1.0
ext-openssl Version *