Download the PHP package proclame/mikropakket-php without Composer

On this page you can find all versions of the php package proclame/mikropakket-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package mikropakket-php

Mikropakket PHP Api

Latest Version on Packagist Total Downloads

This package is a PHP implementation for the Mikropakket API, with it, you can create and track parcels.

Installation

You can install the package via composer:

Notes

Usage

Endpoint Hosts

Service Test Netherlands Belgium
ParcelLabel https://mpws.mikropakket.nl:9220 https://mpws.mikropakket.nl:9200 https://mpws.mikropakket.nl:9200
ParcelStatus https://mpws.mikropakket.nl:8901 https://mpws.mikropakket.nl:8901 https://www.mikropakket.be:8901

Endpoints

info for contributors

Service Endpoint Usage
ParcelLabel POST /mikropakketparcellabel/api/v1-1/parcel-label/{pagesize} pagesize => 1: A6, 2: A5, 3: A4 (1 label per page)
Create a new Parcel Label
ParcelStatus GET /ParcelStatusService/api/v1-0/Get/Status
POST /ParcelStatusService/api/v1-0/Post/Status
Get status (tracking) of a parcel, use either Reference or ParcelNumber + Postal Code
ParcelStatus GET /ParcelStatusService/api/v1-0/Get/Signature
POST /ParcelStatusService/api/v1-0/Post/Signature
Get signature of a delivered parcel, use ParcelNumber + Postal Code

ParcelLabel Attributes

Key Required Example Default Description
SendersCountryCode * "BE" Countrycode from sender in isocode-1366 format
MPCustomerNumber * 123456456 Mikropakket Customer number
SendersName * "Jane Doe" Name of the parcel sender
SendersStreet * "Main Street" Senders street (no housenumber)
SendersHouseNumber * "123" Senders Housenumber
SendersZipcode * "2000" Senders Zip Code
SendersCity * "Antwerp" Senders City
ReceiversName * "Joe Dane" Receivers Name
ReceiversStreet * "Second Street" Receivers Street (no housenumber)
ReceiversHouseNumber * "456" Receivers Housenumber
ReceiversZipcode * "1000" Receivers Zip Code
ReceiversCity * "Brussels" Receivers City
ReceiversCountryCode * "BE" Countrycode addressee in isocode-1366 format
ParcelNumber 1234567890 Unique parcel nr, length 10 digits (unsure of purpose)
SendersPhoneNumber "0471234567" Senders Phone Number (unsure if used)
ReceiversPhoneNumber "0471234567" Receivers Phone Number (unsure if used)
ReceiversAcceptant "John Smith" Receivers personal name (eg: if ReceiversName = business name)
DeliveryNote "Leave at front door" Delivery directions
CashDeliveryInCents Not sure this is supported in BE
CashDeliveryReference Not sure this is supported in BE
DeliveryTimeWindow Timewindow for delivery on time in iso8601 format
PickUpDate Date of pick up at senders location
CreateRetourLabel 1 0 Create return label as well
PickupType Unsure
Reference "order-number" Reference for the order
ReceiversEmail "[email protected]" Receivers Email address (for notification)
SendersEmail "[email protected]" Senders Email address
ReceiversNote Unsure
SendersNote Unsure
AlsoSaturday Not used anymore

Testing

Contributing

Feel free to contribute by Forking the repo and submitting a pull request.

Security Vulnerabilities

Please submit security vulnerabilities by email to [email protected]

Author

License

The MIT License (MIT). Please see License File for more information.


All versions of mikropakket-php with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
guzzlehttp/guzzle Version ^6.2.1|^7.0
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package proclame/mikropakket-php contains the following files

Loading the files please wait ....