sylapi/courier-econt

v3.0.0 2024-04-24 11:48 UTC

This package is auto-updated.

Last update: 2024-04-24 11:48:30 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/)