Skip to content

antibodies-online/FedEx-REST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FedEx Rest

GitHub license Packagist GitHub issues PHP Composer Test

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.