Skip to content

enigma-tm/lib-delivery-sdk

Repository files navigation

Delivery SDK

PHP SDK for Paysera delivery gateway integration

Code style

PSR-12

Used

Built with

Installation (will be updated soon)

While in under developing:

{
    "require": {
        "php": ">=7.4",
        "paysera/lib-delivery-sdk": "^0.1",
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/enigma-tm/lib-delivery-sdk"
        }
    ]
}

Then, implement all necessary interfaces:

Use cases

Run tests

$ bash run_tests.sh