antibodies-online / fedex-rest-sdk
PHP SDK for Fedex REST API
v1.0.0
2024-10-10 22:07 UTC
Requires
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.54
- jane-php/open-api-3: ^7.6
- marcelthole/openapi-merge: ^2.0
README
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
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.