asabix / php-fedex-rest-api
API Wrapper for Fedex web services
dev-main
2024-06-17 07:03 UTC
Requires
- php: ^8.1
- ext-json: *
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2025-06-17 09:19:21 UTC
README
This library provides a fluid interface for constructing requests to the FedEx web service API.
General Information
Installation
composer require asabix/php-fedex-rest-api
Using the library
Rate Service request example
Tests
./vendor/bin/phpunit tests