ktscript/fedex-rest

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

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

This package is auto-updated.

Last update: 2024-05-22 10:02:37 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.