fastybird / triggers-module
FastyBird IoT module for triggers management & basic automation logic
Fund package maintenance!
akadlec
Installs: 1 300
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Type:fastybird-module
Requires
- php: >=8.2.0
- contributte/console: ^0.9
- contributte/monolog: ^0.5
- contributte/translation: ^2.0
- cweagans/composer-patches: ^1.7
- fastybird/application-library: dev-main
- fastybird/exchange-library: dev-main
- fastybird/json-api: ^0.19
- fastybird/metadata-library: dev-main
- fastybird/simple-auth: ^0.14
- ipub/doctrine-phone: ^1.6
- ipub/slim-router: ^0.2
- nettrine/dbal: ^0.8
- nettrine/orm: ^0.8
- psr/event-dispatcher: ^1.0
- react/promise: ^3
- symfony/console: ^6.0
- symfony/event-dispatcher: ^7.0
- symplify/vendor-patches: ^11.2
Requires (Dev)
- brianium/paratest: ^7.3
- dg/bypass-finals: ^1.4
- infection/infection: ^0.27
- orisai/coding-standard: ^3.2
- pds/skeleton: ^1.0
- php-parallel-lint/php-parallel-lint: ^1.3
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-doctrine: ^1.3
- phpstan/phpstan-nette: ^1.1
- phpstan/phpstan-phpunit: ^1.1
- phpstan/phpstan-strict-rules: ^1.4
- phpunit/phpunit: ^10.0
- react/http: ^1.7
- staabm/annotate-pull-request-from-checkstyle: ^1.8
- tracy/tracy: ^2.9
This package is auto-updated.
Last update: 2024-10-29 21:35:20 UTC
README
FastyBird IoT triggers module
What is FastyBird IoT triggers module?
Triggers module is a FastyBird IoT extension for managing automation & notifications.
Features:
- Triggers and their actions and conditions management
- {JSON:API} schemas for full api access
- User access check & validation
- Multilingual
- User interface integration via Vue 3 components
- Integrated automator worker for PHP based automators
FastyBird IoT triggers 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.
Requirements
PHP part of FastyBird triggers module is tested against PHP 8.2.
JavaScript part of FastyBird triggers module is tested against ECMAScript 6
Installation
The best way to install fastybird/triggers-module is using Composer:
composer require fastybird/triggers-module
And for user interface is the best way to install @fastybird/triggers-module with Yarn:
yarn add @fastybird/triggers-module
or if you prefer npm:
npm install @fastybird/triggers-module
Documentation
Learn how to configure and use triggers module and manage your automation & notifications in documentation.
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.
Documentation
Documentation is available on docs.fastybird.com.
Contributing
The sources of this package are contained in the FastyBird monorepo. We welcome contributions for this package on FastyBird/fastybird.
Feedback
Use the issue tracker for bugs or mail or Tweet us for any idea that can improve the project.
Thank you for testing, reporting and contributing.
Changelog
For release info check release page.
Maintainers
Homepage https://www.fastybird.com and repository https://github.com/fastybird/triggers-module.