From db687407f5d4ed4a572a90910a329a7bbec214a6 Mon Sep 17 00:00:00 2001 From: rafageist Date: Thu, 18 Jul 2019 23:17:26 -0400 Subject: [PATCH] update doc --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 120a311..618c083 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ a specific resource, but we need a way for do something. This library follow this concept when implements the routing and control of PHP application. +Ways is a class that adapts the concept of SOA to the architecture +of a PHP application, and tries to integrate the parts of a hybrid +system. + With Ways you should think more about "control points" than on controllers of an MVC pattern. Control points are activated when they are needed, ie on demand, depending on