From bef34483498e14988df1fa65a1e14d9966d9b198 Mon Sep 17 00:00:00 2001 From: Matthew Batchelder Date: Thu, 23 May 2024 10:34:38 -0400 Subject: [PATCH] Add reason for the library --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a64c908..25e8954 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ A library that handles access to superglobals. +Why create a library for this? WordPress .org does not like plugins to directly access superglobals, so this library was created to handle this +in a consistent and safe way and can be included as a composer dependency. + ## Table of Contents * [Installation](#installation)