Download the PHP package creativestyle/parcellab-integration without Composer

On this page you can find all versions of the php package creativestyle/parcellab-integration. 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 parcellab-integration

Parcellab Integration

How it works

Export happens automatically on creating new shipments and adding tracking numbers in the admin panel or via Magento API.

Installation

Managing Parcellab API Access

Login to https://prtl.parcellab.com/ with credentials provided by the merchant to get the credentials required by the magento module. Navigate to Account -> Profile -> Manage API Access

Required steps to retrieve the credentials

Module Configuration

Login to Magento Admin Panel and navigate to the module configuration page Stores -> Configuration -> CreativeStyle -> Parcellab Integration

Enable the module and copy/paste the credentials you got on the parcallab portal from the previous step.

Config Description
General/Enabled Module status
General/Test Mode Enabled If's enabled a custom field will be exported "testShipment": true
General/Api Url https://api.parcellab.com/
General/User ID User ID taken from parcellab portal
General/Token Token taken from parcellab portal
Auto Export/Enabled If enabled all created but not exported or failed shipments and trackings will be exported by schedule
Auto Export/Cron Schedule Cron schedule
Auto Export/Allowed Order Statuses By default all statuses are allowed

Data Mapping

Parcellab Magento
Tracking Number Shipment with tracking number -> Tracking Number
Shipment without tracking number -> Shipment Incremental ID
Order No. Shipment ID
Recipient Customer Details
Shipping Shipping Address
Articles Items Selected for the Shipment
Show all info Shipping Item Details

All versions of parcellab-integration with dependencies

PHP Build Version
Package Version
No informations.
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 creativestyle/parcellab-integration contains the following files

Loading the files please wait ....