Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekyna/colissimo
PHP component for Colissimo shipment
https://github.com/ekyna/colissimo
Last synced: 9 days ago
JSON representation
PHP component for Colissimo shipment
- Host: GitHub
- URL: https://github.com/ekyna/colissimo
- Owner: ekyna
- License: mit
- Created: 2018-06-30T08:29:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-22T15:42:34.000Z (almost 3 years ago)
- Last Synced: 2024-11-04T17:26:43.684Z (12 days ago)
- Language: PHP
- Size: 46.9 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ekyna/Colissimo
=========PHP component for Colissimo shipment.
### Installation
composer require ekyna/colissimo
### Examples_You will need credentials. Please refer to your Colissimo contact._
Postage:
* [getProductInter](https://github.com/ekyna/Colissimo/blob/master/examples/get_product_inter.php)
* [generateLabel](https://github.com/ekyna/Colissimo/blob/master/examples/generate_label.php)
* [getListMailBoxPickingDates](https://github.com/ekyna/Colissimo/blob/master/examples/get_list_mail_box_picking_dates.php)
* [planPickup](https://github.com/ekyna/Colissimo/blob/master/examples/plan_pickup.php)Withdrawal:
* [findRDVPointRetraitAcheminement](https://github.com/ekyna/Colissimo/blob/master/examples/find_rdv_point_retrait_acheminement.php)
* [findPointRetraitAcheminementByID](https://github.com/ekyna/Colissimo/blob/master/examples/find_point_retrait_acheminement_by_id.php)Tracking:
* [track](https://github.com/ekyna/Colissimo/blob/master/examples/track.php)