cresenity/wago-php

The Official Wago PHP API Library

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/cresenity/wago-php

1.0.0 2024-06-11 15:08 UTC

This package is auto-updated.

Last update: 2025-10-11 18:19:16 UTC


README

Wago Logo

Packagist Downloads MIT licensed GitHub contributors

This library allows you to quickly and easily use the Wago Web API via PHP.

Install Package

composer require cresenity/wago-php

Usage

<?php
use Cresenity\Vendor\Wago\Wago;

$wago = Wago::device('your-device-api-token');

$wago->sendMessage('081xxxx', 'Hello');

Documentation

Wago Device API Documentation

License

The MIT License (MIT)