kwaadpepper/chronopost-shipping

使用 wsdltophp/packagegenerator 从 https://ws.chronopost.fr/shipping-cxf/ShippingServiceWS?wsdl 生成此软件包

1.0.0 2022-12-23 10:04 UTC

This package is auto-updated.

Last update: 2024-09-23 14:08:36 UTC


README

标签生成服务(ShippingService)

使用 https://github.com/WsdlToPhp/PackageGenerator 生成 Chronopost WSDL php 库

此软件包将仅包含从 chronopost 端点 https://ws.chronopost.fr/shipping-cxf/ShippingServiceWS?wsdl 生成的生成内容

wsdltophp generate:package \
    --urlorpath="https://ws.chronopost.fr/shipping-cxf/ShippingServiceWS?wsdl" \
    --destination="." \
    --composer-name="kwaadpepper/chronopost-wsdl" \
    --force