kwaadpepper / chronopost-shipping
使用 wsdltophp/packagegenerator 从 https://ws.chronopost.fr/shipping-cxf/ShippingServiceWS?wsdl 生成此软件包
1.0.0
2022-12-23 10:04 UTC
Requires
- php: >=7.4
- ext-dom: *
- ext-mbstring: *
- ext-soap: *
- wsdltophp/packagebase: ~5.0
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