From 4b30e9fb2dec8d2047c7aae5432c58128db8c3ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Forn=C3=B3s?= Date: Thu, 1 Feb 2024 09:31:22 +0100 Subject: [PATCH] edit copy text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa3b968..ebf57ad 100644 --- a/README.md +++ b/README.md @@ -237,7 +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 built on PHP 8.1, designed for long-running applications using [RoadRunner](https://roadrunner.dev/). It offers advanced features like integration with the [Temporal workflow engine](https://temporal.io/) and [Centrifugo websocket server](https://centrifugal.dev/). It is particularly effective for microservices architecture, providing robust support for REST APIs and gRPC services. +- [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.