PHP/Laravel Library for Tado API

I released on GitHub a PHP library for querying and editing data on the Tado Thermostat System. It is integrated in Laravel 5.x for quick setup in this excellent framework.

Category: Development
Subcategories: Packages
30/08/2017
6327 times
PHP/Laravel Library for Tado API
Related posts
Laravel: Rendering view as file donwload

More than once I needed to render a laravel view as a downlodable file. This task could be easily accomplished

Laravelday 2021 workshop

Questa pagina contiene le istruzioni per predisporre tutto il necessario per partecipare al workshop del Laravelday 2021

Netgear Arlo System API

This article describes how to use Netgear Arlo Cameras API. Even though no public API is provided, I succeeded in interacting with the cameras by sniffing the traffic sent from the official web application

Create a custom validation rule with string alias

In this tutorial I will show how to define a Laravel validation rule providing a custom alias string to use in custom validation classes.