jafaripur / php-microservice-user-service
用户服务。
dev-master
2022-08-18 10:43 UTC
Requires
- php: ^8.1
- jafaripur/php-microservice: dev-master
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
- overtrue/phplint: ^4.0
- vimeo/psalm: ^4.18
Suggests
- jafaripur/php-microservice-application: Sample microservice application template using this library with Spiral framework
- jafaripur/php-microservice-application-yii2: Sample microservice application template using this library with Yii2 framework
- jafaripur/php-microservice-application-yii3: Sample microservice application template using this library with Yii3 framework
This package is auto-updated.
Last update: 2024-09-18 15:15:40 UTC
README
这个库是为了方便使用微服务方法进行交互而编写的。每个微服务都可以有自己的库,供其他微服务库或前端控制器调用。
使用此库的示例应用程序
Symfony 框架:jafaripur/php-microservice-application-symfony
Spiral 框架:jafaripur/php-microservice-application
Yii3 框架:jafaripur/php-microservice-application-yii3
Yii2 框架:jafaripur/php-microservice-application-yii2
了解更多信息,请查看此微服务库