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

FedEx Web Services (SOAP) Tracking Retirement #219

Open sancaky opened 11 months ago

sancaky commented 11 months ago

FedEx Web Services (SOAP) will no longer available after May 15, 2024. FedEx will transfrom from SOAP to REST. Will you suppor REST?

cambur commented 11 months ago

Hi @sancaky do you have a link to that info?

sancaky commented 11 months ago

Hİ @cambur we have received an email about this process. Yet, you can see this link:

https://www.fedex.com/content/dam/fedex/us-united-states/drc/FedEx_APIMigration_General_Communication.pdf

Also, please see this closed issue:

https://github.com/JeremyDunn/php-fedex-api-wrapper/issues/214

cambur commented 11 months ago

Thank you. I left a comment in that thread months ago. I think we have to join forces to fork this package and adapt it to rest.

sancaky commented 11 months ago

I think we should find an alternative package instead of re-coding. I am not sure anyway.

cambur commented 11 months ago

It would be amazing to use another package with the same functions. So the transition is smooth.

sancaky commented 11 months ago

If you find a new package, please inform us here @cambur I do not understand why people are silent about this problem.

TheGr8 commented 11 months ago

@sancaky , the issue you linked to discusses alternative libraries and suggests a PHP package for FedEx REST services, which is actively maintained, so people are definitely not silent about it.

Another thing to note - image

They are retiring Address Validation and Tracking services. In my projects I only use Rating and Shipping services, so my integrations will not be impacted (for now).