{"id":21997642,"url":"https://github.com/dansmaculotte/mondialrelay-php","last_synced_at":"2025-04-30T21:05:55.573Z","repository":{"id":40643650,"uuid":"194044114","full_name":"dansmaculotte/mondialrelay-php","owner":"dansmaculotte","description":"PHP SDK for Mondial Relay Web Service","archived":false,"fork":false,"pushed_at":"2022-06-27T08:48:26.000Z","size":70,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-02-23T09:45:15.879Z","etag":null,"topics":["mondial-relay","php"],"latest_commit_sha":null,"homepage":"","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/dansmaculotte.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-27T07:22:40.000Z","updated_at":"2024-02-23T09:45:15.880Z","dependencies_parsed_at":"2022-09-18T15:13:12.084Z","dependency_job_id":null,"html_url":"https://github.com/dansmaculotte/mondialrelay-php","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansmaculotte%2Fmondialrelay-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansmaculotte%2Fmondialrelay-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansmaculotte%2Fmondialrelay-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansmaculotte%2Fmondialrelay-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dansmaculotte","download_url":"https://codeload.github.com/dansmaculotte/mondialrelay-php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227223678,"owners_count":17750386,"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":["mondial-relay","php"],"created_at":"2024-11-29T22:17:33.263Z","updated_at":"2024-11-29T22:17:33.798Z","avatar_url":"https://github.com/dansmaculotte.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mondial Relay Web Services PHP SDK\n\n[![Latest Version](https://img.shields.io/packagist/v/DansMaCulotte/mondialrelay-php.svg?style=flat-square)](https://packagist.org/packages/dansmaculotte/mondialrelay-php)\n[![Total Downloads](https://img.shields.io/packagist/dt/DansMaCulotte/mondialrelay-php.svg?style=flat-square)](https://packagist.org/packages/dansmaculotte/mondialrelay-php)\n[![Build Status](https://img.shields.io/travis/DansMaCulotte/mondialrelay-php/master.svg?style=flat-square)](https://travis-ci.org/dansmaculotte/mondialrelay-php)\n[![Quality Score](https://img.shields.io/scrutinizer/g/DansMaCulotte/mondialrelay-php.svg?style=flat-square)](https://scrutinizer-ci.com/g/dansmaculotte/mondialrelay-php)\n[![Code Coverage](https://img.shields.io/coveralls/github/DansMaCulotte/mondialrelay-php.svg?style=flat-square)](https://coveralls.io/github/dansmaculotte/mondialrelay-php)\n\n\u003e This library aims to facilitate the usage of Mondial Relay Web Services\n\n## Services\n\n- [Delivery Choice](https://api.mondialrelay.com/Web_Services.asmx?op=WSI4_PointRelais_Recherche)\n\n## Installation\n\n### Requirements\n\n- PHP 7.4\n- Soap Extension\n\nYou can install the package via composer:\n\n``` bash\ncomposer require dansmaculotte/mondialrelay-php\n```\n\n## Usage\n\n[MondialRelay Documentation](https://www.mondialrelay.fr/media/108937/Solution-Web-Service-V5.6.pdf)\n\n#### Find pickup points\n\n```php\nuse DansMaCulotte\\MondialRelay\\DeliveryChoice;\n\n$delivery = new DeliveryChoice(\n    [\n        'site_id' =\u003e MONDIAL_RELAY_SITE_ID,\n        'site_key' =\u003e MONDIAL_RELAY_SITE_KEY,\n    ]\n);\n\n$result = $delivery-\u003efindPickupPoints('FR', '75001', 'FR');\n\nprint_r($result);\n```\n\n#### Find pickup points by code\n\n```php\nuse DansMaCulotte\\MondialRelay\\DeliveryChoice;\n\n$delivery = new DeliveryChoice(\n    [\n        'site_id' =\u003e MONDIAL_RELAY_SITE_ID,\n        'site_key' =\u003e MONDIAL_RELAY_SITE_KEY,\n    ]\n);\n\n$result = $delivery-\u003efindPickupPointByCode('FR', '062049');\n\nprint_r($result);\n```\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdansmaculotte%2Fmondialrelay-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdansmaculotte%2Fmondialrelay-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdansmaculotte%2Fmondialrelay-php/lists"}