bigfish/delivery-gateway-php-sdk

BIG FISH Delivery Gateway PHP SDK

1.0.4 2025-03-26 09:24 UTC

This package is auto-updated.

Last update: 2025-03-26 09:25:33 UTC


README

Installation

composer require bigfish/delivery-gateway-php-sdk

Examples

// Using predefined variables $currency, $user and $address.

$client = Client::make(
    Config::make('<MERCHANT-ID>', '<ACCESS-TOKEN>')
        ->useSandbox()
);