diff --git a/README.md b/README.md index a33485b..927e5ad 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Lumen](https://lumen.laravel.com/) - Stunningly fast micro-framework. - [Phalcon](https://phalconphp.com/) - Full-stack PHP framework delivered as a C-extension. - [Slim](http://www.slimframework.com/) - Micro-framework that helps you quickly write simple yet powerful web applications and APIs. +- [Spiral](https://spiral.dev/) - Framework designed for long-running applications using [RoadRunner](https://roadrunner.dev/). It offers advanced features like integration with the [Temporal](https://temporal.io/) workflow engine and [Centrifugo](https://centrifugal.dev/) websocket server. It is particularly effective for microservices architecture, providing robust support for REST APIs and gRPC services. - [Swoft](https://github.com/swoft-cloud/swoft/) - PHP microservices coroutine framework for building high-performance web systems, APIs, middleware, and basic services. - [Symfony](https://symfony.com/) - Micro-framework based on the Symfony components. @@ -290,7 +291,6 @@ A curated list of Microservice Architecture related principles and technologies. - [Envoy](https://github.com/lyft/envoy) - Open source edge and service proxy, from the developers at Lyft. - [HAProxy](https://github.com/haproxy/haproxy) - Reliable, high Performance TCP/HTTP load balancer. - [Istio](https://istio.io/) - An open platform to connect, manage, and secure microservices. -- [Janus](https://github.com/hellofresh/janus) - An API Gateway written in Go. - [Keepalived](http://www.keepalived.org/) - Simple and robust facilities for loadbalancing and high-availability to Linux system and Linux based infrastructures. - [Kong](https://github.com/kong/kong) - Open source management layer for APIs. - [KrakenD](http://krakend.io/) - Open source ultra performance API Gateway.