{"id":22446774,"url":"https://github.com/wsdltophp/packagecolissimotracking","last_synced_at":"2025-06-17T11:39:32.015Z","repository":{"id":57082590,"uuid":"56129051","full_name":"WsdlToPhp/PackageColissimoTracking","owner":"WsdlToPhp","description":"PHP SDK for Colissimo Tracking Web Services with SOAP","archived":false,"fork":false,"pushed_at":"2022-02-11T21:39:55.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-06-05T04:35:37.442Z","etag":null,"topics":["colissimo-webservices","packagegenerator","php","soap-client","tutorial"],"latest_commit_sha":null,"homepage":"https://www.coliposte.fr/tracking-chargeur-cxf/TrackingServiceWS?wsdl","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WsdlToPhp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-13T07:05:32.000Z","updated_at":"2022-02-11T21:12:01.000Z","dependencies_parsed_at":"2022-08-24T14:58:21.521Z","dependency_job_id":null,"html_url":"https://github.com/WsdlToPhp/PackageColissimoTracking","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/WsdlToPhp/PackageColissimoTracking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WsdlToPhp%2FPackageColissimoTracking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WsdlToPhp%2FPackageColissimoTracking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WsdlToPhp%2FPackageColissimoTracking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WsdlToPhp%2FPackageColissimoTracking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WsdlToPhp","download_url":"https://codeload.github.com/WsdlToPhp/PackageColissimoTracking/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WsdlToPhp%2FPackageColissimoTracking/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260350618,"owners_count":22995780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["colissimo-webservices","packagegenerator","php","soap-client","tutorial"],"created_at":"2024-12-06T04:11:19.212Z","updated_at":"2025-06-17T11:39:27.002Z","avatar_url":"https://github.com/WsdlToPhp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/WsdlToPhp/PackageColissimoTracking/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/WsdlToPhp/PackageColissimoTracking/?branch=develop)\n[![TeamCity build status](https://teamcity.mikael-delsol.fr/app/rest/builds/buildType:id:PackageColissimoTracking_Build/statusIcon.svg)](https://github.com/WsdlToPhp/PackageColissimoTracking)\n[![Latest Stable Version](https://poser.pugx.org/wsdltophp/package-colissimo-tracking/v/stable)](https://packagist.org/packages/wsdltophp/package-colissimo-tracking)\n[![Dependency Status](https://www.versioneye.com/user/projects/570df28ffcd19a0039f16b4c/badge.svg?style=flat)](https://www.versioneye.com/user/projects/570df28ffcd19a0039f16b4c)\n[![StyleCI](https://styleci.io/repos/56129051/shield)](https://styleci.io/repos/56129051)\n[![Total Downloads](https://poser.pugx.org/wsdltophp/package-colissimo-tracking/downloads)](https://packagist.org/packages/wsdltophp/package-colissimo-tracking)\n\n# PackageColissimoTracking\nThis 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.\n\n# Summary\n- [Generating again the package](#generating-again-the-package)\n- [How to use the generated package?](#how-to-use-the-generated-package)\n    - [Install the project](#install-the-project)\n    - [Learn from the tutorial](#learn-from-the-tutorial)\n    - [Start from the samples](#start-from-the-samples)\n        - [Track](samples/Track.php)\n- [Need support or having a question?](#need-support-or-having-a-question)\n\n# Generating again the package\nYou can generate again the package's sources using the [generate.sh](generate.sh) script:\n```bash\n$ git clone https://github.com/WsdlToPhp/PackageColissimoTracking.git package-colissimo-tracking\n$ cd package-colissimo-tracking\n$ ./generate.sh\n```\nAfter generating the package, don't forget to edit the generated [composer.json](composer.json) file in order to update the psr-4 autoloading:\n```json\n\"psr-4\": {\n    \"ColissimoTracking\\\\\": \"./src/\",\n    \"SoapClient\\\\\": \"./SoapClient/\"\n}\n```\nThen run:\n```bash\n$ composer update\n```\n To learn how to customize the generated package, please read the PackageGenerator's [README](https://github.com/WsdlToPhp/PackageGenerator/blob/master/README.md).\n\n# How to use the generated package?\n\n## Install the project\n```bash\n$ git clone https://github.com/WsdlToPhp/PackageColissimoTracking.git package-colissimo-tracking\n$ cd package-colissimo-tracking\n$ composer update\n```\n\n## Learn from the tutorial\nStart 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.\n\n## Start from the samples\nSample script is available under the [samples](samples) folder:\n\n- [Track](samples/Track.php)\n\n# Need support or having a question?\nWe can help you understand how to use it and how to customize it. Feel free to contact us at contact@wsdltophp.com.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwsdltophp%2Fpackagecolissimotracking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwsdltophp%2Fpackagecolissimotracking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwsdltophp%2Fpackagecolissimotracking/lists"}