From cb4f044622ca6d2336e48dbcc5f222ce5be7aa03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Sat, 21 Sep 2024 12:54:56 +0200 Subject: [PATCH] doc: add README files for components (#6653) * docs: add README for components * Update README.md Co-authored-by: Antoine Bluchet * Update README.md Co-authored-by: Antoine Bluchet * Update README.md Co-authored-by: Antoine Bluchet * remove trailing spaces * typo * better title --------- Co-authored-by: Antoine Bluchet --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51d7e51..9d86f68 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # API Platform - Serializer -The API Platform Serializer +The Serializer component of the [API Platform](https://api-platform.com) framework. + +Serializes PHP objects in various API formats. +Built on top of the Symfony Serializer component. + +[Documentation](https://api-platform.com/docs/core/serialization/) + +> [!CAUTION] +> +> This is a read-only sub split of `api-platform/core`, please +> [report issues](https://github.com/api-platform/core/issues) and +> [send Pull Requests](https://github.com/api-platform/core/pulls) +> in the [core API Platform repository](https://github.com/api-platform/core).