{"id":23050323,"url":"https://github.com/wsdltophp/packagecolissimopostage","last_synced_at":"2025-08-15T03:31:15.785Z","repository":{"id":44145123,"uuid":"53735115","full_name":"WsdlToPhp/PackageColissimoPostage","owner":"WsdlToPhp","description":"PHP SDK for Colissimo Postage Web Services with SOAP","archived":false,"fork":false,"pushed_at":"2022-02-22T20:17:31.000Z","size":156,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2024-12-13T20:34:53.695Z","etag":null,"topics":["colissimo-webservices","packagegenerator","php","soap-client","tutorial"],"latest_commit_sha":null,"homepage":"https://ws.colissimo.fr/sls-ws/SlsServiceWS?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-03-12T14:16:33.000Z","updated_at":"2024-04-01T16:34:10.000Z","dependencies_parsed_at":"2022-08-24T14:37:12.060Z","dependency_job_id":null,"html_url":"https://github.com/WsdlToPhp/PackageColissimoPostage","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WsdlToPhp%2FPackageColissimoPostage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WsdlToPhp%2FPackageColissimoPostage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WsdlToPhp%2FPackageColissimoPostage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WsdlToPhp%2FPackageColissimoPostage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WsdlToPhp","download_url":"https://codeload.github.com/WsdlToPhp/PackageColissimoPostage/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229890142,"owners_count":18140041,"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-15T23:31:46.948Z","updated_at":"2024-12-15T23:31:47.505Z","avatar_url":"https://github.com/WsdlToPhp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/WsdlToPhp/PackageColissimoPostage/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/WsdlToPhp/PackageColissimoPostage/?branch=develop)\n[![TeamCity build status](https://teamcity.mikael-delsol.fr/app/rest/builds/buildType:id:PackageColissimoPostage_Build/statusIcon.svg)](https://github.com/WsdlToPhp/PackageColissimoPostage)\n[![Latest Stable Version](https://poser.pugx.org/wsdltophp/package-colissimo-postage/v/stable)](https://packagist.org/packages/wsdltophp/package-colissimo-postage)\n[![Dependency Status](https://www.versioneye.com/user/projects/56e426e4df573d003a5f5e9f/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56e426e4df573d003a5f5e9f)\n[![StyleCI](https://styleci.io/repos/53735115/shield)](https://styleci.io/repos/53735115)\n[![Total Downloads](https://poser.pugx.org/wsdltophp/package-colissimo-postage/downloads)](https://packagist.org/packages/wsdltophp/package-colissimo-postage)\n\n# PackageColissimoPostage\nThis 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.\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        - [GenerateLabel](samples/GenerateLabel.php)\n        - [GetProductInter](samples/GetProductInter.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/PackageColissimoPostage.git package-colissimo-postage\n$ cd package-colissimo-postage\n$ ./generate.sh\n```\n\nThen run (to get PHPStan):\n```bash\n$ composer update\n```\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/PackageColissimoPostage.git package-colissimo-postage\n$ cd package-colissimo-postage\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 scripts are available under the [samples](samples) folder:\n\n- [GenerateLabel](samples/GenerateLabel.php)\n- [GetProductInter](samples/GetProductInter.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%2Fpackagecolissimopostage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwsdltophp%2Fpackagecolissimopostage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwsdltophp%2Fpackagecolissimopostage/lists"}