Libraries tagged by microservices-architecture
not-empty/request-service-php-lib
1753 Downloads
PHP library using Guzzle base to send request to any services. Good to use in microservice architecture
sfynx-project/tool-circuitbreaker-bundle
20839 Downloads
This Bundle provides handlers to rapidly develop with the circuit breaker pattern in microservice architecture
not-empty/ala-microframework-php
10 Downloads
API Rest based in lumen using query builder that auto generate base code for simple crud (with automatic generated 100% unit and feature tests). To be used as a simple and fast way to implement microservices architecture
kiwfy/request-service-php
1867 Downloads
PHP library using Guzzle base to send request to any services. Good to use in microservice architecture
tleckie/circuit-breaker
2 Downloads
With the powerful Circuit Breaker library in PHP you will be able to manage and protect your application from requests that stop working to avoid overloads. The implementation that you will have to do is very simple.
roshandelpoor/register-php-app-in-eureka
25 Downloads
This Package is Eureka Client And it's a library that interacts with the Eureka Server to register, deregister, and discover other services. Finally, I Want To Emphasize that This is NOT New Package (ONLY Fix Bug for package piwvh/php-eureka) Because of My Microservices Projects that I have to custom it
shell/card-management-sdk
49 Downloads
The Shell Card Management API is REST-based and employs OAUTH 2.0,Basic and ApiKey authentication. The API endpoints accept JSON-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes.All resources are located in the Shell Card Platform. The Shell Card Platform is the overall platform that encompasses all the internal Shell systems used to manage resources. The internal workings of the platform are not important when interacting with the API. However, it is worth noting that the platform uses a microservice architecture to communicate with various backend systems and some API calls are processed asynchronously. All endpoints use the POST verb for retrieving, updating, creating and deleting resources in the Shell Card Platform. The endpoints that retrieve resources from the Shell Card Platform allow flexible search parameters in the API request body.
scaffoldeducation/request-service-php
167 Downloads
PHP library using Guzzle base to send request to any services. Good to use in microservice architecture
rawp/rawp
1 Downloads
A custom PHP framework with microservice architecture
newwaybrazil/locus-php
2187 Downloads
PHP library get urls of services in a microservice architecture, with redis cache
mcrm/laravel-connection-storage
14 Downloads
Flexible Laravel package for managing external database connections with Redis cache and HTTP API fallback. Supports customizable DTOs and multiple connection types for microservices architecture.
leodisarli/disarli-locus-php
2 Downloads
PHP library get urls of services in a microservice architecture, with redis cache
kakadu-dev/php-ijson-microservices
1078 Downloads
Package for create microservice architecture based on PHP.
jpuminate/auth
24 Downloads
laravel package for checking token signature, work on microservice architecture, when we need to ckeck the token validation without sending the request to the Auth server
estebanmatias92/dockerized-php-blueprint
2 Downloads
Composer package that serves as foundation for building PHP + Composer services with docker. This just provides a basic environment for vanilla PHP + Composer (type: project), running in solo containers. Can be extended to suit microservices architecture.