UI module is a FastyBird IoT extension for managing visual components and widgets used for IoT controls and user interfaces.
- Dashboards with pages management
- Groups management
- Widgets management
- {JSON:API} schemas for full api access
- User access check & validation
- Multilingual
- User interface integration via Vue 3 components
- Integrated connector worker for PHP based connectors
FastyBird IoT UI module is an Apache2 licensed distributed extension, developed in PHP on top of the Nette framework and Symfony framework and in Typescript on top of the Vue framework.
PHP part of FastyBird UI module is tested against PHP 8.2 and require installed Process Control PHP extensions.
JavaScript part of FastyBird UI module is tested against ECMAScript 6
This extension is part of the FastyBird IoT ecosystem and is installed by default. In case you want to create you own distribution of FastyBird IoT ecosystem you could install this extension with Composer:
composer require fastybird/ui-module
And for user interface is the best way to install @fastybird/ui-module with Yarn:
yarn add @fastybird/ui-module
or if you prefer npm:
npm install @fastybird/ui-module
📖 Learn how to configure and use UI module and manage your dashboards & widgets in documentation.
FastyBird is an Open Source IOT solution built from decoupled components with powerful API and the highest quality code. Read more on fastybird.com.com.
📖 Documentation is available on docs.fastybird.com.
The sources of this package are contained in the FastyBird monorepo. We welcome contributions for this package on FastyBird/fastybird.
Use the issue tracker for bugs reporting or send an mail to us or you could reach us on X newtwork for any idea that can improve the project.
Thank you for testing, reporting and contributing.
For release info check release page.
Adam Kadlec |
Homepage https://www.fastybird.com and repository https://github.com/fastybird/ui-module.