JeremyDunn / php-fedex-api-wrapper

This library provides a fluid interface for constructing requests to the FedEx web service API.
269 stars 184 forks source link

Add support for REST API? #214

Closed greggles closed 1 year ago

greggles commented 1 year ago

Adding this issue to track the idea of the REST API.

FedEx is starting to encourage customers to move to the REST API by claiming they will turn off the SOAP API on February 28, 2024. (See this issue in the python repository).

Do you plan to add support for the REST API into the PHP library?

greggles commented 1 year ago

For anyone else searching who stumbles upon this issue, there is also this relatively new repo that I have not tested myself: https://github.com/WhatArmy/FedexRest

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

greggles commented 1 year ago

It's...not stale?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

greggles commented 1 year ago

I think it's important this stays open since it's likely to become more pressing as the EOL of SOAP approaches in the next months/years. I plan to comment "activity for visibility" to keep it open. I'm happy to be corrected if that action seems inappropriate in some way. Thanks.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

greggles commented 1 year ago

Same reasoning as last time, although now https://github.com/WhatArmy/FedexRest has more features merged into it.

cambur commented 1 year ago

it would be awesome to add rest support...so I dont have to rewrite the whole integration again

cambur commented 1 year ago

I mean, I already my integration with this package, would be amazing that it generated a REST request instead of an XML, I am not asking anything to the developer, this is open source. I am just wondering if anyone else is facing the same issue.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.

jaminion commented 1 year ago

FedEx has announced the EOL of their SOAP apis for May 15, 2024.

https://www.fedex.com/en-us/developer/announcements.html#web-services

greggles commented 1 year ago

Thanks for documenting that here @jaminion.

We've been using https://github.com/WhatArmy/FedexRest for several months. That could be a good thing to document in the README here.