Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)