Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 940 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 940 Bytes

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)