From 591708cf1e5b9659c7c2244c00e6a8d96a6e11e5 Mon Sep 17 00:00:00 2001 From: Smoren Date: Sun, 3 Mar 2024 16:00:21 +0300 Subject: [PATCH] Add Schemator to Architectural section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11b6458..4671dcd 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation. * [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction library for consuming Web APIs and other data sources. * [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern. +* [Schemator](https://github.com/Smoren/schemator-php) - Schematic data mapper for converting nested data structures (any composition of associative arrays, non-associative arrays and objects) according to the given conversion schema. ### Debugging and Profiling *Libraries and tools for debugging errors and profiling code.*