Download the PHP package shibanashiqc/dtdc-courier-php-sdk without Composer
On this page you can find all versions of the php package shibanashiqc/dtdc-courier-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shibanashiqc/dtdc-courier-php-sdk
More information about shibanashiqc/dtdc-courier-php-sdk
Files in shibanashiqc/dtdc-courier-php-sdk
Download shibanashiqc/dtdc-courier-php-sdk
More information about shibanashiqc/dtdc-courier-php-sdk
Files in shibanashiqc/dtdc-courier-php-sdk
Vendor shibanashiqc
Package dtdc-courier-php-sdk
Short Description Dtdc unofficial php package
License ISC
Package dtdc-courier-php-sdk
Short Description Dtdc unofficial php package
License ISC
Please rate this library. Is it a good library?
Informations about the package dtdc-courier-php-sdk
dtdc-courier-php-sdk
Unofficial PHP library for DTDC.
Prerequisites
- A minimum of PHP 8.0 is required.
Installation
-
If your project using composer, run the below command
- If you are not using composer, download the latest release from the releases section.
You should download the
dtdc-courier-php-sdk.zip
file. After that, includeDTDC.php
in your application and you can use the API as usual.
Note:
This PHP library follows the following practices:
- Namespaced under
Shibanashiqc\DtdcCourierPhpSdk\
- API throws exceptions instead of returning errors
- Options are passed as an array instead of multiple arguments wherever possible
- All requests and responses are communicated over JSON
Documentation
For Documentation of DTDC API you need contact DTDC Team
Basic Usage
Api Key , x_access_token and customer code credentials can be obtained from the DTDC.
Required parameters for the constructor are: api-key, x_access_token, customer_code
createNewShipment
getShippingLabel
getTrackingStatus
cancelShipment
shippingAmount
getPincodeInfo
License
The DTDC PHP SDK is released under the MIT License. See LICENSE file for more details.
All versions of dtdc-courier-php-sdk with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^7.9
The package shibanashiqc/dtdc-courier-php-sdk contains the following files
Loading the files please wait ....