PHPackages                             wsdltophp/package-colissimo-tracking - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wsdltophp/package-colissimo-tracking

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wsdltophp/package-colissimo-tracking
====================================

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

1.0.0(5y ago)14.0k↓50%1PHPPHP &gt;=5.3.3

Since Apr 13Pushed 4y ago2 watchersCompare

[ Source](https://github.com/WsdlToPhp/PackageColissimoTracking)[ Packagist](https://packagist.org/packages/wsdltophp/package-colissimo-tracking)[ RSS](/packages/wsdltophp-package-colissimo-tracking/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/6e443406b160fc9f7d1540e56bd19446630755bbb9f45dc1edf8d2a5f286c33e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5773646c546f5068702f5061636b616765436f6c697373696d6f547261636b696e672f6261646765732f7175616c6974792d73636f72652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/WsdlToPhp/PackageColissimoTracking/?branch=develop)[![TeamCity build status](https://camo.githubusercontent.com/0e8a1cb98b950263feb85ddbde547f28aecec3e2309741af645493870e7d3b8d/68747470733a2f2f7465616d636974792e6d696b61656c2d64656c736f6c2e66722f6170702f726573742f6275696c64732f6275696c64547970653a69643a5061636b616765436f6c697373696d6f547261636b696e675f4275696c642f73746174757349636f6e2e737667)](https://github.com/WsdlToPhp/PackageColissimoTracking)[![Latest Stable Version](https://camo.githubusercontent.com/cc789a8a66f68412311e5d4ed0d63f67e842a15eb44fe42c0973c8ce74c13285/68747470733a2f2f706f7365722e707567782e6f72672f7773646c746f7068702f7061636b6167652d636f6c697373696d6f2d747261636b696e672f762f737461626c65)](https://packagist.org/packages/wsdltophp/package-colissimo-tracking)[![Dependency Status](https://camo.githubusercontent.com/6365f2d7149617ab906f572d72e499578f61bdb1c0fd1e8307f3e3fffb60a1b3/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3537306466323866666364313961303033396631366234632f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/570df28ffcd19a0039f16b4c)[![StyleCI](https://camo.githubusercontent.com/4b49808e07f63fcc0d023cb6441dcb54bb33bb208390c8c73c99b4267e6e35e0/68747470733a2f2f7374796c6563692e696f2f7265706f732f35363132393035312f736869656c64)](https://styleci.io/repos/56129051)[![Total Downloads](https://camo.githubusercontent.com/832cb98cc41d9c2f21938dda995dbecf3afaa8da04d2cc529cc151d2f3428857/68747470733a2f2f706f7365722e707567782e6f72672f7773646c746f7068702f7061636b6167652d636f6c697373696d6f2d747261636b696e672f646f776e6c6f616473)](https://packagist.org/packages/wsdltophp/package-colissimo-tracking)

PackageColissimoTracking
========================

[](#packagecolissimotracking)

This package has been generated from the [Colissimo Tracking Web Services](https://www.coliposte.fr/tracking-chargeur-cxf/TrackingServiceWS?wsdl) WSDL using the [PackageGenerator](https://github.com/WsdlToPhp/PackageGenerator) project.

Summary
=======

[](#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)
        - [Track](samples/Track.php)
- [Need support or having a question?](#need-support-or-having-a-question)

Generating again the package
============================

[](#generating-again-the-package)

You can generate again the package's sources using the [generate.sh](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](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](https://github.com/WsdlToPhp/PackageGenerator/blob/master/README.md).

How to use the generated package?
=================================

[](#how-to-use-the-generated-package)

Install the project
-------------------

[](#install-the-project)

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

Learn from the tutorial
-----------------------

[](#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
----------------------

[](#start-from-the-samples)

Sample script is available under the [samples](samples) folder:

- [Track](samples/Track.php)

Need support or having a question?
==================================

[](#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 .

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 95.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~582 days

Total

4

Last Release

1939d ago

Major Versions

0.0.3 → 1.0.02021-01-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/f121510bbeb52d39582fbd1a2f31bc9fc4139f8ed4e89ef9c1406868c378669d?d=identicon)[wsdltophp](/maintainers/wsdltophp)

---

Top Contributors

[![mikaelcom](https://avatars.githubusercontent.com/u/584391?v=4)](https://github.com/mikaelcom "mikaelcom (23 commits)")[![clement-bongibault](https://avatars.githubusercontent.com/u/4737463?v=4)](https://github.com/clement-bongibault "clement-bongibault (1 commits)")

---

Tags

colissimo-webservicespackagegeneratorphpsoap-clienttutorial

### Embed Badge

![Health badge](/badges/wsdltophp-package-colissimo-tracking/health.svg)

```
[![Health](https://phpackages.com/badges/wsdltophp-package-colissimo-tracking/health.svg)](https://phpackages.com/packages/wsdltophp-package-colissimo-tracking)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
