sylapi/courier-econt

v3.0.2 2024-08-05 07:39 UTC

This package is auto-updated.

Last update: 2025-03-05 08:54:16 UTC


README

PHPStan

Methody

Init

    /**
    * @return Sylapi\Courier\Courier
    */
    $courier = CourierFactory::create('Econt',[
        'login' => 'mylogin',
        'password' => 'mypassword',
        'sandbox' => false,
    ]);

CreateShipment

    // ...

PostShipment

    // ...

GetStatus

    // ...

GetLabel

    // ...

ENUMS

Komendy

KOMENDA OPIS
composer tests Testy
composer phpstan PHPStan
composer coverage PHPUnit Coverage
composer coverage-html PHPUnit Coverage HTML (DIR: ./coverage/)