Download the VS Code extension!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); } }
It's simple to use and has a clean documentation and interface. It gives you the opportunity to learn it in just a single night (sleep included).
If a resource is not used, it's not loaded. Some elements of the framework can even be disabled. Wolff is very friendly with potato servers and works seamlessly.
Wolff has features that cover everything you may ever need for building a web app. Absolutely no initial setup is required, they are ready to use.
Cache system
Database abstraction layer
DI Container
Language manager
Middleware system
Routing system
Standard library
Template engine
Wolff isn't backed by a big company, better, it's backed by the awesome open source community. It's open to changes and collaboration from all around the world.
Feel free to join us ❤️
Your application's security is important for Wolff.
Forget about the common security concerns related to web development like XSS, CSRF or SQL Injection.
You are safe against them.
composer create-project usbac/wolffor download the bundle
cd [wolff-folder]; sudo php -S localhost:8080 -t public
Now open http://localhost:8080 in your browser.