verbb / postie

A Craft Commerce shipping calculator plugin.
Other
12 stars 18 forks source link

vinceg/usps-php-api package is abandoned. Is it safe to use? #103

Closed ggallo909 closed 1 month ago

ggallo909 commented 1 year ago

Question

Composer always warns that package vinceg/usps-php-api is abadoned:

Package vinceg/usps-php-api is abandoned, you should avoid using it. No replacement was suggested.

Postie make use of the mentioned package. Is it safe to keep using it on production sites?

Additional context

No response

engram-design commented 1 year ago

It’s safe to continue using it on production for sure. Long-term we’ll need to find an alternative (haven’t found one yet), or build the integration on our own.

We’ll likely be doing the latter with a focus on a brand new PHP package that abstracts a lot of provider APIs https://github.com/verbb/postie/issues/79

ggallo909 commented 1 year ago

Sweet, thanks for confirming.

We’ll likely be doing the latter with a focus on a brand new PHP package that abstracts a lot of provider APIs https://github.com/verbb/postie/issues/79

A brand new package that abstracts to other provider APIs sounds great!

engram-design commented 1 month ago

Updated in 4.0.0 thanks to verbb/shippy