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
6314 times
PHP/Laravel Library for Tado API
Related posts
Refactor long methods to method classes

Classes with a lot of lines of code are generally bad. Too many responsibilities, low cohesion, or both. However, sometimes it is not possible to make functions smaller. Reasons could be various. What can be done in this circumstance?

Applicazioni complesse con Laravel [GrUSP Academy - PHP Masterclass]

Questa pagina contiene le istruzioni per predisporre tutto il necessario per partecipare alla masterclass del GrUSP

What's behind Laravel Encryption/Decryption

My system is safe, it uses encryption. You heard/said this from time to time. Sure, but why and how is it safe? Do you really know this?

Load dynamic Vue components based on a prop string

Learn how to use a dynamic component by passing its name through a string prop.