PHPackages                             wsdltophp/package-colissimo-pickup-point - 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. [API Development](/categories/api)
4. /
5. wsdltophp/package-colissimo-pickup-point

ActiveLibrary[API Development](/categories/api)

wsdltophp/package-colissimo-pickup-point
========================================

Package generated from https://ws.colissimo.fr/pointretrait-ws-cxf/PointRetraitServiceWS/2.0?wsdl using wsdltophp/packagegenerator

1.0.0(5y ago)223.5k↑29.5%[1 issues](https://github.com/WsdlToPhp/PackageColissimoPickupPoint/issues)PHPPHP &gt;=5.3.3

Since Apr 13Pushed 4y ago2 watchersCompare

[ Source](https://github.com/WsdlToPhp/PackageColissimoPickupPoint)[ Packagist](https://packagist.org/packages/wsdltophp/package-colissimo-pickup-point)[ RSS](/packages/wsdltophp-package-colissimo-pickup-point/feed)WikiDiscussions develop Synced 3w ago

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

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7ee070d4afdda044e633f640fe8b9254829b0acbce277f2cec79fd24d3e5c196/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5773646c546f5068702f5061636b616765436f6c697373696d6f5069636b7570506f696e742f6261646765732f7175616c6974792d73636f72652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/WsdlToPhp/PackageColissimoPickupPoint/?branch=develop)[![TeamCity build status](https://camo.githubusercontent.com/7556f4442d4ee0894c327e45581f2cf6029149563b3aea1d7df4d37af202e40a/68747470733a2f2f7465616d636974792e6d696b61656c2d64656c736f6c2e66722f6170702f726573742f6275696c64732f6275696c64547970653a69643a5061636b616765436f6c697373696d6f5069636b7570506f696e745f4275696c642f73746174757349636f6e2e737667)](https://github.com/WsdlToPhp/PackageColissimoPickupPoint)[![Latest Stable Version](https://camo.githubusercontent.com/51537e4a9d8cb4463debdbfc9fcaf1a83c9e6a9800010554694296285b652630/68747470733a2f2f706f7365722e707567782e6f72672f7773646c746f7068702f7061636b6167652d636f6c697373696d6f2d7069636b75702d706f696e742f762f737461626c65)](https://packagist.org/packages/wsdltophp/package-colissimo-pickup-point)[![Dependency Status](https://camo.githubusercontent.com/5a44426c047fb02e2e90dd9b0b03a87f0dc3d7edc8bae63ff00bdb6db9790aeb/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3537306530336332666364313961303034353434306266652f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/570e03c2fcd19a0045440bfe)[![StyleCI](https://camo.githubusercontent.com/534315ced5f59796c8a1aab7c2bb88b1e8d3870d3b3f357caabfe91776ce6c27/68747470733a2f2f7374796c6563692e696f2f7265706f732f35363133343435382f736869656c64)](https://styleci.io/repos/56134458)[![Total Downloads](https://camo.githubusercontent.com/1c736d51466829f98c6f3b33c444976fb63432e266e158a28adf0cc59046d4b2/68747470733a2f2f706f7365722e707567782e6f72672f7773646c746f7068702f7061636b6167652d636f6c697373696d6f2d7069636b75702d706f696e742f646f776e6c6f616473)](https://packagist.org/packages/wsdltophp/package-colissimo-pickup-point)

PackageColissimoPickupPoint
===========================

[](#packagecolissimopickuppoint)

This package has been generated from the [Colissimo PickupPoint Web Services](https://ws.colissimo.fr/pointretrait-ws-cxf/PointRetraitServiceWS/2.0?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)
        - Update your settings first in the file [settings.inc.php](samples/settings.inc.php)
        - [findInternalPointRetraitAcheminementByID](samples/findInternalPointRetraitAcheminementByID.php)
        - [findInternalRDVPointRetraitAcheminement](samples/findInternalRDVPointRetraitAcheminement.php)
        - [findInternalRDVPointRetraitAcheminementByID](samples/findInternalRDVPointRetraitAcheminementByID.php)
        - [findPointRetraitAcheminementByID](samples/findPointRetraitAcheminementByID.php)
        - [findRDVPointRetraitAcheminement](samples/findRDVPointRetraitAcheminement.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/PackageColissimoPickupPoint.git package-colissimo-pickup-point
$ cd package-colissimo-pickup-point
$ ./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": {
    "ColissimoPickupPoint\\": "./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/PackageColissimoPickupPoint.git package-colissimo-pickup-point
$ cd package-colissimo-pickup-point
$ 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)

Update your settings first in the file [settings.inc.php](samples/settings.inc.php).

Sample scripts are available under the [samples](samples) folder:

- [findInternalPointRetraitAcheminementByID](samples/findInternalPointRetraitAcheminementByID.php)
- [findInternalRDVPointRetraitAcheminement](samples/findInternalRDVPointRetraitAcheminement.php)
- [findInternalRDVPointRetraitAcheminementByID](samples/findInternalRDVPointRetraitAcheminementByID.php)
- [findPointRetraitAcheminementByID](samples/findPointRetraitAcheminementByID.php)
- [findRDVPointRetraitAcheminement](samples/findRDVPointRetraitAcheminement.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

31

—

LowBetter than 66% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

1978d 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)")

---

Tags

colissimo-webservicespackagegeneratorphpsoap-clienttutorial

### Embed Badge

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

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

###  Alternatives

[printu/elektroniczny-nadawca

Elektroniczny Nadawca WebAPI

1376.6k1](/packages/printu-elektroniczny-nadawca)

PHPackages © 2026

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