bigfish/delivery-gateway-php-sdk

BIG FISH Delivery Gateway PHP SDK

1.0.7 2025-05-28 11:34 UTC

This package is auto-updated.

Last update: 2025-05-28 11:34:34 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()
);