Download the PHP package payum/omnipay-v3-bridge without Composer
On this page you can find all versions of the php package payum/omnipay-v3-bridge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download payum/omnipay-v3-bridge
More information about payum/omnipay-v3-bridge
Files in payum/omnipay-v3-bridge
Package omnipay-v3-bridge
Short Description This bridge allows you to use omnipay gateways but in payum like way.
License MIT
Homepage https://payum.forma-pro.com/
Informations about the package omnipay-v3-bridge
OmnipayBridge
Omnipay created by Adrian Macneil. The lib provides unified api for 25+ gateway gateways. Plus, it simple, has unified, consistent API and fully covered with tests. This bridge allows you to use omnipay gateways but in payum like way.
Why should you use this bridge?
Here's an example from omnipay's repository:
and this is same code but done with the bridge:
Well more or less same amount of code but with the bridge you get more out of the box:
- Return\Cancel urls are generated just of the box. The urls are unique and do not expose any sensitive information.
- If you do not pass credit card, Payum asks a user for it, showing the page with the form.
- You can use Payum's packages for Symfony,Laravel,Silex,Zend,Yii with the bridge.
- Storages. Your payment is already stored on the filesystem. We advice not to use this storage in prod.
- The payment model contains all the information we were able to get from omnipay. Just use it.
- Payum abstracts workflow. It knows when Omnipay's
purchase
orpurchaseComplete
methods should be used. - Credit card details are protected from accidental storing on your side.
- Using the builder you can overwrite any part you want, or add a Payum extension.
Resources
Developed by Forma-Pro
Forma-Pro is a full stack development company which interests also spread to open source development. Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience. Our main specialization is Symfony framework based solution, but we are always looking to the technologies that allow us to do our job the best way. We are committed to creating solutions that revolutionize the way how things are developed in aspects of architecture & scalability.
If you have any questions and inquires about our open source development, this product particularly or any other matter feel free to contact at [email protected]
License
OmnipayBridge is released under the MIT License.
All versions of omnipay-v3-bridge with dependencies
payum/core Version ^1.6.1
omnipay/common Version ^3.2
php-http/client-implementation Version ^1.0