Skip to content

Div PHP Ways 2.0.0

Compare
Choose a tag to compare
@rafageist rafageist released this 04 Jul 04:15
· 21 commits to master since this release

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"; 
});