Download the PHP package ece2/common without Composer
On this page you can find all versions of the php package ece2/common. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package common
公共的一些内容
安装
初始化, 仅仅用在刚刚创建的 hyperf 项目, 不然会覆盖项目代码
如果本地调试公共组件的话, 可以在 composer.json 里加入一下代码, 以及 url 按照本地目录有对应的公共组件项目代码, 然后 composer update
增加的 command
按照数据表生成对应 model service controller 文件
用户身份传递
- (Http 相关) 鉴权走的 src/Aspect/AuthAspect, 根据注解 Auth($guard) 对应的 AuthAspect 里的 AuthenticationInterface 对应实现来 check token
- (RPC 相关) src/Aspect/JsonRpcIdTransferAspect 注入 RPC 请求前, 把当前 Http 写入上下文的用户信息写入 RPC 上下文
- (RPC 相关) src/Middleware/JsonRpcIdTransferMiddleware 接收到 RPC 请求, 从 RPC 请求上下文获取用户信息
All versions of common with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
hyperf/amqp Version ~3.0.0
hyperf/async-queue Version ~3.0.0
hyperf/circuit-breaker Version ~3.0.0
hyperf/config-center Version ~3.0.0
hyperf/config-nacos Version ~3.0.0
hyperf/constants Version ~3.0.0
hyperf/crontab Version ~3.0.0
hyperf/database Version ~3.0.0
hyperf/db-connection Version ~3.0.0
hyperf/filesystem Version ~3.0.0
hyperf/flysystem-oss Version ^1.0
hyperf/http-server Version ~3.0.0
hyperf/json-rpc Version ~3.0.0
hyperf/metric Version ~3.0.0
hyperf/model-cache Version ~3.0.0
hyperf/paginator Version ~3.0.0
hyperf/rate-limit Version ~3.0.0
hyperf/redis Version ~3.0.0
hyperf/retry Version ~3.0.0
hyperf/rpc Version ~3.0.0
hyperf/rpc-client Version ~3.0.0
hyperf/rpc-server Version ~3.0.0
hyperf/service-governance Version ~3.0.0
hyperf/service-governance-nacos Version ~3.0.0
hyperf/tracer Version ~3.0.0
hyperf/validation Version ~3.0.0
hyperf/snowflake Version ~3.0.0
hyperf/websocket-server Version ~3.0.0
symfony/var-dumper Version ^6.0
symfony/property-access Version ^6.0
phpoffice/phpspreadsheet Version ^1.23
phpoffice/phpword Version ^1.1
lysice/hyperf-redis-lock Version ^2.1
zoujingli/ip2region Version ^1.0
hyperf/amqp Version ~3.0.0
hyperf/async-queue Version ~3.0.0
hyperf/circuit-breaker Version ~3.0.0
hyperf/config-center Version ~3.0.0
hyperf/config-nacos Version ~3.0.0
hyperf/constants Version ~3.0.0
hyperf/crontab Version ~3.0.0
hyperf/database Version ~3.0.0
hyperf/db-connection Version ~3.0.0
hyperf/filesystem Version ~3.0.0
hyperf/flysystem-oss Version ^1.0
hyperf/http-server Version ~3.0.0
hyperf/json-rpc Version ~3.0.0
hyperf/metric Version ~3.0.0
hyperf/model-cache Version ~3.0.0
hyperf/paginator Version ~3.0.0
hyperf/rate-limit Version ~3.0.0
hyperf/redis Version ~3.0.0
hyperf/retry Version ~3.0.0
hyperf/rpc Version ~3.0.0
hyperf/rpc-client Version ~3.0.0
hyperf/rpc-server Version ~3.0.0
hyperf/service-governance Version ~3.0.0
hyperf/service-governance-nacos Version ~3.0.0
hyperf/tracer Version ~3.0.0
hyperf/validation Version ~3.0.0
hyperf/snowflake Version ~3.0.0
hyperf/websocket-server Version ~3.0.0
symfony/var-dumper Version ^6.0
symfony/property-access Version ^6.0
phpoffice/phpspreadsheet Version ^1.23
phpoffice/phpword Version ^1.1
lysice/hyperf-redis-lock Version ^2.1
zoujingli/ip2region Version ^1.0
The package ece2/common contains the following files
Loading the files please wait ....