antibodies-online/fedex-rest-sdk

PHP SDK for Fedex REST API

v1.0.0 2024-10-10 22:07 UTC

This package is auto-updated.

Last update: 2024-10-25 14:05:01 UTC


README

GitHub license Packagist GitHub issues

This package provides PHP classes to interact with the FedEx REST API.

Each Class is generated by Jane OpenAPI Generator. The OpenAPI Specification is provided by FedEx which can be found in the resources folder.

Installation

composer require antibodies-online/fedex-rest

Usage

TBC

Development

Combine OpenAPI Specification json files

composer build-combined-json

Caution

Be careful, the track json contains an operation with numbers. This will break the function names in the Client. You have to rewrite the name to: "Track Send Notification"!

Generate Classes

composer openapi-generate

Documentations

https://developer.fedex.com/

Contributing

Really appreciate bug reports. Feel free to ask for additional functionality/fields. But be aware not all feature may be implemented. A Pull Request for your Features would be amazing.