Download the PHP package vimeo/omnipay-bluesnap without Composer
On this page you can find all versions of the php package vimeo/omnipay-bluesnap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package omnipay-bluesnap
Omnipay: BlueSnap
BlueSnap driver for the Omnipay PHP payment processing library
NOTE: At this time, this driver only provides full support for BlueSnap's BuyNow Hosted Checkout product. But you can add support for more parts of the API!
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements BlueSnap support for Omnipay.
BlueSnap is a payment services provider based in Waltham, Massachusetts. In addition to traditional payment gateway services, they provide hosted solutions and a range of global payment methods.
Installation
Omnipay is installed via Composer. To install, simply add it to your composer.json
file:
And run composer to update your dependencies:
(Note that we recommend pinning the minor version. While v2.*
will remain fully compatible with Omnipay 2, features added in addition to the base Omnipay features, such as subscriptions, may have breaking changes in a minor version bump.)
Basic Usage
The following gateways are provided by this package:
- BlueSnap_HostedCheckout, for BlueSnap's BuyNow Hosted Checkout page.
Some features of the following gateways are provided, but not enough to use them on their own. Feel free to contribute!
- BlueSnap, for BlueSnap's traditional Payment API. This gateway is almost entirely unimplemented at this time, except for parts of the Reporting API.
- BlueSnap_Extended, for the BlueSnap Extended Payment API. This is the API you should use if you're hosting your product catalog with BlueSnap. It powers the BuyNow Hosted Checkout, as well as other products. Enough of this API is implemented in this driver to power the BlueSnap_HostedCheckout gateway.
Simple Example
More documentation and examples are provided in the Gateway source files.
For general usage instructions, please see the main Omnipay repository.
Test Mode
BlueSnap accounts have a separate username and password for test mode. There is also a separate test mode endpoint, which this library will use when set to test mode.
Support
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.
If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.
If you want to keep up to date with release announcements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.
All versions of omnipay-bluesnap with dependencies
vimeo/payment-gateway-logger Version ^1.0
ext-simplexml Version *