This library allows you to quickly and easily use the Wago Web API via PHP.
composer require cresenity/wago-php
<?php
use Cresenity\Vendor\Wago\Wago;
$wago = Wago::device('your-device-api-token');
$wago->sendMessage('081xxxx', 'Hello');
This library allows you to quickly and easily use the Wago Web API via PHP.
composer require cresenity/wago-php
<?php
use Cresenity\Vendor\Wago\Wago;
$wago = Wago::device('your-device-api-token');
$wago->sendMessage('081xxxx', 'Hello');