jafaripur / php-microservice-user-service
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-11-18 15:39:32 UTC
README
This library is written to easy use of micro service methods for interaction. Each microservice can have their own library to call by another microservice library or call by the front-end controller.
Sample application used this library:
Symfony framework: jafaripur/php-microservice-application-symfony
Spiral framework: jafaripur/php-microservice-application
Yii3 framework: jafaripur/php-microservice-application-yii3
Yii2 framework: jafaripur/php-microservice-application-yii2
For more info check this microservice library: