unreal4u / rpi-common-libraries
Common functionality I use for my rPi IoT automation tasks
v1.1.0
2019-03-26 20:11 UTC
Requires
- php: >=7.1
- monolog/monolog: ~1.24
- symfony/console: ~4.2
- symfony/lock: ~4.2
- unreal4u/mqtt: ~1.0
This package is auto-updated.
Last update: 2024-10-27 08:31:19 UTC
README
This library is intended to serve as a common ground for all micro-services that run on my Raspberry Pi's: it allows for easier communication with the outside world and a more consistent way of building the software.
The class itself does not consist of runnable independent parts, it is only to be used by other software as a base.
Please note that this package is not in a stable version yet so it may introduce BC issues at anytime!