Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fastybird/triggers-module

:robot: [READ-ONLY] FastyBird IoT module for triggers management & basic automation logic
https://github.com/fastybird/triggers-module

api automation fastybird fb iot nette php pinia scenes triggers typescript vue vue3 vuejs

Last synced: about 11 hours ago
JSON representation

:robot: [READ-ONLY] FastyBird IoT module for triggers management & basic automation logic

Awesome Lists containing this project

README

        


FastyBird

# FastyBird IoT triggers module

[![Build Status](https://flat.badgen.net/github/checks/FastyBird/triggers-module/main?cache=300&style=flat-square)](https://github.com/FastyBird/triggers-module/actions)
[![Licence](https://flat.badgen.net/github/license/FastyBird/triggers-module?cache=300&style=flat-square)](https://github.com/FastyBird/triggers-module/blob/main/LICENSE.md)
[![Code coverage](https://flat.badgen.net/coveralls/c/github/FastyBird/triggers-module?cache=300&style=flat-square)](https://coveralls.io/r/FastyBird/triggers-module)
[![Mutation testing](https://img.shields.io/endpoint?style=flat-square&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FFastyBird%2Ftriggers-module%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/FastyBird/triggers-module/main)

![PHP](https://flat.badgen.net/packagist/php/FastyBird/triggers-module?cache=300&style=flat-square)
[![Latest stable](https://flat.badgen.net/packagist/v/FastyBird/triggers-module/latest?cache=300&style=flat-square)](https://packagist.org/packages/FastyBird/triggers-module)
[![Downloads total](https://flat.badgen.net/packagist/dt/FastyBird/triggers-module?cache=300&style=flat-square)](https://packagist.org/packages/FastyBird/triggers-module)
[![PHPStan](https://flat.badgen.net/static/PHPStan/enabled/green?cache=300&style=flat-square)](https://github.com/phpstan/phpstan)

![JS](https://flat.badgen.net/static/js/es6/blue?cache=300&style=flat-square)
[![JS latest stable](https://flat.badgen.net/npm/v/@fastybird/triggers-module?cache=300&style=flat-square)](https://www.npmjs.com/package/@fastybird/triggers-module)
[![JS downloads total](https://flat.badgen.net/npm/dt/@fastybird/triggers-module?cache=300&style=flat-square)](https://www.npmjs.com/package/@fastybird/triggers-module)
![Types](https://flat.badgen.net/npm/types/@fastybird/triggers-module?cache=300&style=flat-square)

***

## What is FastyBird IoT triggers module?

Triggers module is a [FastyBird](https://www.fastybird.com) [IoT](https://en.wikipedia.org/wiki/Internet_of_things)
extension for managing automation & notifications.

### Features:

- Triggers and their actions and conditions 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 automator worker for PHP based automators

[FastyBird](https://www.fastybird.com) [IoT](https://en.wikipedia.org/wiki/Internet_of_things) triggers 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) triggers module is tested against PHP 8.2.

JavaScript part of [FastyBird](https://www.fastybird.com) triggers module is tested
against [ECMAScript 6](https://www.w3schools.com/JS/js_es6.asp)

## Installation

The best way to install **fastybird/triggers-module** is using [Composer](http://getcomposer.org/):

```sh
composer require fastybird/triggers-module
```

And for user interface is the best way to install **@fastybird/triggers-module** with [Yarn](https://yarnpkg.com/):

```sh
yarn add @fastybird/triggers-module
```

or if you prefer npm:

```sh
npm install @fastybird/triggers-module
```

## Documentation

Learn how to configure and use triggers module and manage your automation & notifications
in [documentation](https://github.com/FastyBird/triggers-module/blob/main/docs/index.md).

# FastyBird


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

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
or [mail](mailto:[email protected]) or [Tweet](https://twitter.com/fastybird) us 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





akadlec



Adam Kadlec


***
Homepage [https://www.fastybird.com](https://www.fastybird.com) and
repository [https://github.com/fastybird/triggers-module](https://github.com/fastybird/triggers-module).