Download the PHP package merinsky/balikobot without Composer
On this page you can find all versions of the php package merinsky/balikobot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download merinsky/balikobot
More information about merinsky/balikobot
Files in merinsky/balikobot
Package balikobot
Short Description Balikobot API
License GPL-3.0
Homepage https://github.com/MiroslavMerinsky/Balikobot
Informations about the package balikobot
Balikobot
Balikobot API
It offers implementation of Balikobot API described in the documentation, ver.1.79.
Installation
Usage
To order shipment you should done these steps:
- add packages to the front
- order packages collection (for each shipper)
Use the getServices method to get available services for a given shipper. It returns associative array, serviceId => description. Use the serviceId as a service method parameter.
Use the getOptions method to get available options for a given shipper. It returns list of options.
The getBranches method is useful for pickup services. You can get list of pickup places (branches). This method is available only for some services.
Use the getZipCodes method to get available zip codes for given shipper and service. This method is not available for pickup services, of course.
You can create labels only for given packages by calling getLabels method.
Call overview method to get list of packages in the front (added by add method).
Call trackPackage method to get list of tracking information.
Call trackPackageLast method to get status id and message of the last tracking information. It is useful to summarize status of several packages.
The methods you use very rarely:
- getCountryCodes()
- getCurrencies()
- getCountriesForService($shipper)
- getOptionServices()
- getManipulationUnits($shipper)
- dropPackage($shipper, $packageId)
All versions of balikobot with dependencies
ext-curl Version *
ext-json Version *