library dpd
laravel package for work with DPD shipment
pugofka/dpd
laravel package for work with DPD shipment
- Friday, June 1, 2018
- by yushkevichv
- Repository
- 2 Watchers
- 0 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 2 Forks
- 0 Open issues
- 5 Versions
- 200 % Grown
dpd
Laravel package for DPD logistic (Russian logistic service), (*1)
Usage
use Pugofka\Dpd\Dpd;
$dpd = new Dpd();
// get all available cities
$dpd->getCities();
// calculate delivery cost
$dpd->getCostCommon (
string $from, // ID city from
string $to, // ID city to
bool $selfPickup = true,
bool $selfDelivery=false,
float $weight = 0, // weight in kg
float $declaredValue = 0,
$pickupDate = null, // format 2014-05-21
float $volume = null
);
// get all available pickpoints
$dpd->getPickPoints();
// get all available terminals
$dpd->getTerminals();
dev-master
9999999-dev
laravel package for work with DPD shipment
Sources
Download
MIT
The Requires
by
Yushkevich Vitaly
laravel
api
shipment
dpd
0.3.0
0.3.0.0
laravel package for work with DPD shipment
Sources
Download
MIT
The Requires
by
Yushkevich Vitaly
laravel
api
shipment
dpd
0.3.1
0.3.1.0
laravel package for work with DPD shipment
Sources
Download
MIT
The Requires
by
Yushkevich Vitaly
laravel
api
shipment
dpd
0.2.0
0.2.0.0
laravel package for work with DPD shipment
Sources
Download
MIT
The Requires
by
Yushkevich Vitaly
laravel
api
shipment
dpd
v0.1.0
0.1.0.0
laravel package for work with DPD shipment
Sources
Download
MIT
The Requires
by
Yushkevich Vitaly
laravel
api
shipment
dpd