wsdltophp/package-colissimo-tracking

There is no license information available for the latest version (1.0.0) of this package.

Package generated from https://www.coliposte.fr/tracking-chargeur-cxf/TrackingServiceWS?wsdl using wsdltophp/packagegenerator

1.0.0 2021-01-25 14:02 UTC

This package is auto-updated.

Last update: 2024-04-12 02:06:46 UTC


README

Scrutinizer Code Quality TeamCity build status Latest Stable Version Dependency Status StyleCI Total Downloads

PackageColissimoTracking

This package has been generated from the Colissimo Tracking Web Services WSDL using the PackageGenerator project.

Summary

Generating again the package

You can generate again the package's sources using the generate.sh script:

$ git clone https://github.com/WsdlToPhp/PackageColissimoTracking.git package-colissimo-tracking
$ cd package-colissimo-tracking
$ ./generate.sh

After generating the package, don't forget to edit the generated composer.json file in order to update the psr-4 autoloading:

"psr-4": {
    "ColissimoTracking\\": "./src/",
    "SoapClient\\": "./SoapClient/"
}

Then run:

$ composer update

To learn how to customize the generated package, please read the PackageGenerator's README.

How to use the generated package?

Install the project

$ git clone https://github.com/WsdlToPhp/PackageColissimoTracking.git package-colissimo-tracking
$ cd package-colissimo-tracking
$ composer update

Learn from the tutorial

Start looking into the auto-generated tutorial.php file. This file contains the starting code to use this package. In addition it contains all the operations provided by the Exchange Web Services and the way to call them.

Start from the samples

Sample script is available under the samples folder:

Need support or having a question?

We can help you understand how to use it and how to customize it. Feel free to contact us at contact@wsdltophp.com.