Download the PHP package kriss/php-nacos without Composer
On this page you can find all versions of the php package kriss/php-nacos. 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 php-nacos
PHP Nacos
安装
composer require kriss/php-nacos
配置
给 nacos Container 添加各种必须组件
使用
所有 OpenApi 的使用(包括授权 Auth)
常用业务的使用
扩展
修改已有的服务或组件,通过覆盖原 API 或 Service,然后在容器中注入新的即可,比如: 想要修改 ConfigApi,只需要新建一个类,比如 MyConfigApi extend ConfigApi
,然后在配置
container 时加入:$container->add(ConfigApi::class, MyConfigApi::class)
例子
Laravel
All versions of php-nacos with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
psr/log Version >=1.1
symfony/http-client Version ^4.4|^5
psr/container Version >=1.0
psr/simple-cache Version >=1.0
league/container Version >=3.3
psr/log Version >=1.1
symfony/http-client Version ^4.4|^5
psr/container Version >=1.0
psr/simple-cache Version >=1.0
league/container Version >=3.3
The package kriss/php-nacos contains the following files
Loading the files please wait ....