https://github.com/fastybird/ui-module
:art: [READ-ONLY] FastyBird IoT UI module for visual components & basic control logic
https://github.com/fastybird/ui-module
api component dashboards fastybird iot ui user-interface widget widgets
Last synced: 5 months ago
JSON representation
:art: [READ-ONLY] FastyBird IoT UI module for visual components & basic control logic
- Host: GitHub
- URL: https://github.com/fastybird/ui-module
- Owner: FastyBird
- License: apache-2.0
- Created: 2020-12-02T17:29:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T21:21:54.000Z (over 1 year ago)
- Last Synced: 2024-11-13T14:30:01.252Z (over 1 year ago)
- Topics: api, component, dashboards, fastybird, iot, ui, user-interface, widget, widgets
- Language: PHP
- Homepage:
- Size: 491 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-1.0.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# FastyBird IoT UI module
[](https://github.com/FastyBird/ui-module/actions)
[](https://github.com/FastyBird/ui-module/blob/main/LICENSE.md)
[](https://coveralls.io/r/FastyBird/ui-module)
[](https://dashboard.stryker-mutator.io/reports/github.com/FastyBird/ui-module/main)

[](https://packagist.org/packages/FastyBird/ui-module)
[](https://packagist.org/packages/FastyBird/ui-module)
[](https://github.com/phpstan/phpstan)

[](https://www.npmjs.com/package/@fastybird/ui-module)
[](https://www.npmjs.com/package/@fastybird/ui-module)

***
## What is FastyBird IoT UI module?
UI module is a [FastyBird](https://www.fastybird.com) [IoT](https://en.wikipedia.org/wiki/Internet_of_things)
extension for managing visual components and widgets used for IoT controls and user interfaces.
### Features:
- Dashboards with pages management
- Groups management
- Widgets management
- [{JSON:API}](https://jsonapi.org/) schemas for full api access
- User access [check & validation](https://github.com/FastyBird/simple-auth)
- Multilingual
- User interface integration via [Vue 3](https://vuejs.org) components
- Integrated connector worker for PHP based connectors
[FastyBird](https://www.fastybird.com) [IoT](https://en.wikipedia.org/wiki/Internet_of_things) UI module is
an [Apache2 licensed](http://www.apache.org/licenses/LICENSE-2.0) distributed extension, developed
in [PHP](https://www.php.net) on top of the [Nette framework](https://nette.org) and [Symfony framework](https://symfony.com) and in [Typescript](https://www.typescriptlang.org) on top of the [Vue framework](https://vuejs.org).
## Requirements
PHP part of [FastyBird](https://www.fastybird.com) UI module is tested against PHP 8.2 and require installed [Process Control](https://www.php.net/manual/en/book.pcntl.php) PHP extensions.
JavaScript part of [FastyBird](https://www.fastybird.com) UI module is tested
against [ECMAScript 6](https://www.w3schools.com/JS/js_es6.asp)
## Installation
This extension is part of the [FastyBird](https://www.fastybird.com) [IoT](https://en.wikipedia.org/wiki/Internet_of_things) ecosystem and is installed by default.
In case you want to create you own distribution of [FastyBird](https://www.fastybird.com) [IoT](https://en.wikipedia.org/wiki/Internet_of_things) ecosystem you could install this extension with [Composer](http://getcomposer.org/):
```sh
composer require fastybird/ui-module
```
And for user interface is the best way to install **@fastybird/ui-module** with [Yarn](https://yarnpkg.com/):
```sh
yarn add @fastybird/ui-module
```
or if you prefer npm:
```sh
npm install @fastybird/ui-module
```
## Documentation
:book: Learn how to configure and use UI module and manage your dashboards & widgets
in [documentation](https://github.com/FastyBird/ui-module/wiki).
# FastyBird
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](https://www.fastybird.com).
## Documentation
:book: Documentation is available on [docs.fastybird.com](https://docs.fastybird.com).
## Contributing
The sources of this package are contained in the [FastyBird monorepo](https://github.com/FastyBird/fastybird). We welcome
contributions for this package on [FastyBird/fastybird](https://github.com/FastyBird/).
## Feedback
Use the [issue tracker](https://github.com/FastyBird/fastybird/issues) for bugs reporting or send an [mail](mailto:code@fastybird.com)
to us or you could reach us on [X newtwork](https://x.com/fastybird) for any idea that can improve the project.
Thank you for testing, reporting and contributing.
## Changelog
For release info check [release page](https://github.com/FastyBird/fastybird/releases).
## Maintainers
***
Homepage [https://www.fastybird.com](https://www.fastybird.com) and
repository [https://github.com/fastybird/ui-module](https://github.com/fastybird/ui-module).