Div PHP Ways 2.0.0
Initiating a new form of implementation. Now Div Software Solutions projects will be inside the divengine
namespace. The divWays class was renamed simply ways
.
use divengine\ways;
ways::listen("/", function () {
echo "Hello universe";
});