https://github.com/wsdltophp/packagecolissimopostage
PHP SDK for Colissimo Postage Web Services with SOAP
https://github.com/wsdltophp/packagecolissimopostage
colissimo-webservices packagegenerator php soap-client tutorial
Last synced: 10 months ago
JSON representation
PHP SDK for Colissimo Postage Web Services with SOAP
- Host: GitHub
- URL: https://github.com/wsdltophp/packagecolissimopostage
- Owner: WsdlToPhp
- License: mit
- Created: 2016-03-12T14:16:33.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-22T20:17:31.000Z (over 4 years ago)
- Last Synced: 2024-12-13T20:34:53.695Z (over 1 year ago)
- Topics: colissimo-webservices, packagegenerator, php, soap-client, tutorial
- Language: PHP
- Homepage: https://ws.colissimo.fr/sls-ws/SlsServiceWS?wsdl
- Size: 152 KB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://scrutinizer-ci.com/g/WsdlToPhp/PackageColissimoPostage/?branch=develop)
[](https://github.com/WsdlToPhp/PackageColissimoPostage)
[](https://packagist.org/packages/wsdltophp/package-colissimo-postage)
[](https://www.versioneye.com/user/projects/56e426e4df573d003a5f5e9f)
[](https://styleci.io/repos/53735115)
[](https://packagist.org/packages/wsdltophp/package-colissimo-postage)
# PackageColissimoPostage
This package has been generated from the [Colissimo Postage Web Services](https://ws.colissimo.fr/sls-ws/SlsServiceWS?wsdl) WSDL using the [PackageGenerator](https://github.com/WsdlToPhp/PackageGenerator) project.
# Summary
- [Generating again the package](#generating-again-the-package)
- [How to use the generated package?](#how-to-use-the-generated-package)
- [Install the project](#install-the-project)
- [Learn from the tutorial](#learn-from-the-tutorial)
- [Start from the samples](#start-from-the-samples)
- [GenerateLabel](samples/GenerateLabel.php)
- [GetProductInter](samples/GetProductInter.php)
- [Need support or having a question?](#need-support-or-having-a-question)
# Generating again the package
You can generate again the package's sources using the [generate.sh](generate.sh) script:
```bash
$ git clone https://github.com/WsdlToPhp/PackageColissimoPostage.git package-colissimo-postage
$ cd package-colissimo-postage
$ ./generate.sh
```
Then run (to get PHPStan):
```bash
$ composer update
```
To learn how to customize the generated package, please read the PackageGenerator's [README](https://github.com/WsdlToPhp/PackageGenerator/blob/master/README.md).
# How to use the generated package?
## Install the project
```bash
$ git clone https://github.com/WsdlToPhp/PackageColissimoPostage.git package-colissimo-postage
$ cd package-colissimo-postage
$ composer update
```
## Learn from the tutorial
Start looking into the auto-generated [tutorial.php](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 scripts are available under the [samples](samples) folder:
- [GenerateLabel](samples/GenerateLabel.php)
- [GetProductInter](samples/GetProductInter.php)
# 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.