1 2 3 4 5 6 7 8 9 10 11 12 13 14‹?php namespace Controller; use Wolff\Core\{Language, View}; class Home { public function index($req, $res) { $data = Language::get('home'); View::render('home', $data); } }
As a FOSS it benefits from a lovely community.
It's open to changes and collaboration from all around the world. Feel free to join us in this adventure. ❤️
Your application's security is important for Wolff.
It handles the common security holes of web dev, like XSS, CSRF and SQL injection.
composer create-project usbac/wolff
cd [wolff-folder]; sudo php -S localhost:8080 -t public
Now open http://localhost:8080 in your browser.