ktscript/fedex-rest

Fedex REST API project, adapted for php >=7, guzzle>=7

Installs: 11 198

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

pkg:composer/ktscript/fedex-rest

dev-main 2022-03-22 04:42 UTC

This package is auto-updated.

Last update: 2025-09-22 12:53:09 UTC


README

Fedex REST API project, adapted for php >=7, guzzle>=7

Added ability to switch to product mode out of the box using the familiar construct ->when(). ... ->when($something, fn($class) $class->isProduction())...

My thanks to http://github.com/Sinnbeck for the help.