wsdltophp / package-colissimo-tracking
Package generated from https://www.coliposte.fr/tracking-chargeur-cxf/TrackingServiceWS?wsdl using wsdltophp/packagegenerator
Installs: 2 530
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: >=5.3.3
- ext-mbstring: *
- ext-soap: *
- wsdltophp/packagebase: ~2.0
This package is auto-updated.
Last update: 2024-10-12 03:24:51 UTC
README
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.