fastybird / triggers-module
FastyBird 物联网模块,用于触发器管理和基本自动化逻辑
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-08-29 19:52:01 UTC
README
FastyBird IoT 触发器模块
什么是 FastyBird IoT 触发器模块?
触发器模块是FastyBird IoT 的扩展,用于管理自动化和通知。
特性
- 触发器及其动作和条件管理
- 为完全的API访问提供了{JSON:API}模式
- 用户访问检查和验证check & validation
- 多语言
- 通过Vue 3组件进行用户界面集成
- 集成了基于PHP的自动化程序的自动化工作者
FastyBird IoT 触发器模块是一个Apache2许可的分布式扩展,在PHP上基于Nette框架和Symfony框架开发,并在Typescript上基于Vue框架开发。
要求
FastyBird 触发器模块的PHP部分针对PHP 8.2进行了测试。
FastyBird 触发器模块的JavaScript部分针对ECMAScript 6进行了测试。
安装
安装 fastybird/triggers-module 的最佳方式是使用Composer
composer require fastybird/triggers-module
对于用户界面,最佳方式是使用Yarn 安装 @fastybird/triggers-module
yarn add @fastybird/triggers-module
或者如果你更喜欢npm
npm install @fastybird/triggers-module
文档
在文档中了解如何配置和使用触发器模块以及管理你的自动化和通知。
FastyBird
FastyBird 是一个基于分离组件的开放源代码 IoT 解决方案,具有强大的API和最高质量的代码。在fastybird.com.com上了解更多。
文档
文档可在docs.fastybird.com上找到。
贡献
此包的源代码包含在FastyBird monorepo中。我们欢迎在FastyBird/fastybird上为此包做出贡献。
反馈
使用问题跟踪器报告错误,或通过邮件或推文告诉我们任何可以改进项目的想法。
感谢您的测试、报告和贡献。
变更日志
有关发布信息,请查看发布页面。
维护者
主页https://www.fastybird.com 和仓库https://github.com/fastybird/triggers-module。