ktscript / fedex-rest
Fedex REST API project, adapted for php >=7, guzzle>=7
dev-main
2022-03-22 04:42 UTC
Requires
- php: >=7.0
- ext-json: *
- guzzlehttp/guzzle: ^6|^7
This package is auto-updated.
Last update: 2025-03-22 11:50:23 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.