fastybird / accounts-module
FastyBird 物联网账户模块,用于应用程序账户和访问管理
Requires
- php: >=8.2.0
- ext-pcntl: *
- 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/slim-router: ^0.2
- nettrine/dbal: ^0.8
- nettrine/orm: ^0.8
- react/promise: ^3
- symfony/console: ^6.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-09-03 21:01:29 UTC
README
FastyBird 物联网账户模块
什么是 FastyBird 物联网账户模块?
账户模块是 FastyBird 的 IoT 扩展,用于管理应用程序账户、会话和访问管理。
功能
- 账户及其详细信息管理
- 支持数据 交换总线
- {JSON:API} 方案,提供完整的 API 访问
- 用户访问检查与验证
- 多语言
- 通过 Vue 3 组件集成用户界面
FastyBird IoT 账户模块是一个 Apache2 许可 的分布式扩展,在 PHP 上开发,基于 Nette 框架 和 Symfony 框架,以及 Typescript 和 Vue 框架。
要求
FastyBird 账户模块的 PHP 部分已针对 PHP 8.2 进行测试。
FastyBird 账户模块的 JavaScript 部分已针对 ECMAScript 6 进行测试。
安装
安装 fastybird/accounts-module 的最佳方式是使用 Composer
composer require fastybird/accounts-module
对于用户界面,最佳方式是使用 Yarn 安装 @fastybird/accounts-module
yarn add @fastybird/accounts-module
或者如果您更倾向于使用 npm
npm install @fastybird/accounts-module
文档
在 文档 中了解如何管理应用程序账户和管理访问。
FastyBird
FastyBird 是一个开源的 IOT 解决方案,由解耦的组件构建,具有强大的 API 和最高质量的代码。在 fastybird.com.com 上了解更多信息。
文档
文档可在 docs.fastybird.com 上找到。
贡献
此包的源代码包含在 FastyBird monorepo 中。我们欢迎在 FastyBird/fastybird 上为此包做出贡献。
反馈
使用 问题跟踪器 报告错误或通过 邮件 或 推文 向我们提供任何可以改进项目的想法。
感谢您进行测试、报告和贡献。
更新日志
有关发布信息,请检查发布页面。
维护者
主页https://www.fastybird.com和仓库https://github.com/fastybird/accounts-module。