fastybird / accounts-module
FastyBird物联网应用账户与访问管理模块
dev-main / 1.0.x-dev
2024-08-29 19:51 UTC
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的物联网扩展,用于管理应用账户、会话和访问管理。
功能
- 账户及其详情管理
- 支持数据交换总线
- {JSON:API}模式以实现完整的API访问
- 用户访问检查与验证
- 多语言
- 通过Vue 3组件进行用户界面集成
FastyBird物联网账户模块是一个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是一个开源的物联网解决方案,由具有强大API和最高质量代码的解耦组件构建。在fastybird.com了解更多。
文档
文档可在docs.fastybird.com找到。
贡献
此包的源代码包含在FastyBird单仓库中。我们欢迎在FastyBird/fastybird上为此包做出贡献。
反馈
使用问题跟踪器来报告错误,或者通过邮件或推文告诉我们任何可以改进项目的想法。
感谢您进行测试、报告和贡献。
变更日志
有关发布信息,请查看发布页面。
维护者
主页https://www.fastybird.com和仓库https://github.com/fastybird/accounts-module。