Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 951 Bytes

File metadata and controls

42 lines (34 loc) · 951 Bytes

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.2",
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/paysera/lib-delivery-sdk"
        }
    ]
}

Then, implement all necessary interfaces:

Use cases

Run tests

$ bash run_tests.sh