bigfish/delivery-gateway-php-sdk

BIG FISH Delivery Gateway PHP SDK

Installs: 1 961

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

pkg:composer/bigfish/delivery-gateway-php-sdk

1.0.7 2025-05-28 11:34 UTC

This package is auto-updated.

Last update: 2025-09-28 12:07:17 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()
);