podnik/wapi

WEDOS API PHP Layer

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/podnik/wapi

dev-master 2020-03-21 18:22 UTC

This package is auto-updated.

Last update: 2025-09-22 10:25:26 UTC


README

WEDOS API PHP Layer

Web projektu: https://github.com/podnik/wapi

Packagist repozitář: https://packagist.org/packages/podnik/wapi

INSTALACE

composer require podnik/wapi

PŘÍKLAD

$wapi = new Wapi;
$wapi->auth("uzivatel","heslo"); // Autentizace
$response = $wapi->domain("domena.cz")->check(); // Vrátí objekt Wapi/Response
echo $response->getResult(); // Vypíše "OK" nebo "Domain is already registered"