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.

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 sylius-payment-plugin

Bridge - 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

PHP Build Version
Package Version
Requires php Version ^8.0
sylius/sylius Version ^1.11
thecodingmachine/safe Version ^1.0
ext-openssl Version *
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 bridge-payment-sylius/sylius-payment-plugin contains the following files

Loading the files please wait ....