Subscribo / omnipay-subscribo-shared

Package with shared functionality for some Omnipay drivers
MIT License
0 stars 3 forks source link

Package Subscribo OmnipaySubscriboShared

is extending functionality of Omnipay Common and providing shared functionality for some Omnipay drivers.

Build Status

Important note:

Installing

Add dependency on this package to your Omnipay driver composer.json.

You might need to add also dependencies to packages psr/http-message and egeloen/http-adapter, if you are using protected method HttpMessageSendingTrait::sendHttpMessage()

    "require": {
        "subscribo/omnipay-subscribo-shared": "~0.3.8",
        "egeloen/http-adapter": "~1.0.1",
        "psr/http-message": "~1.0"
    }

Usage

You can extend abstract classes provided by this package, use CreditCard and/or Item and ItemBag classes provided by this package, use Widget base functionality provided by this package, use trait SimpleRestfulRequestTrait for creating and sending http requests or use just trait HttpMessageSendingTrait (for PSR-7 http message sending) use helper GuzzleClientHelper (for httpClient logging using PSR-3 logger) or use helper AddressParser (for parsing of first line of address)

Contributing

For contribution guidelines see CONTRIBUTING.md

License

Package Subscribo OmnipaySubscriboShared is published under MIT License