DEV Community

Cover image for Wolff - Ridiculously small PHP framework for building web apps
Alejandro
Alejandro

Posted on

Wolff - Ridiculously small PHP framework for building web apps

Wolff is a ridiculously small and lightweight PHP framework.

It is intended for those who want to build lightweight websites without starting from scratch or dealing with large frameworks.

Wolff is small, fast, scalable and easy. The perfect solution for building small and medium-sized web applications.

getwolff.com

Github repo

Features

  • Clean: The routes system allows you to have clean and friendly URLs, and the template system makes the php code cleaner while separating the logic from the view.

  • Dynamic: You can work however you want without strictly following the Wolff design or patterns like the MVC.

  • Extensible: Take advantage of the custom middlewares, functions and templates you can make in Wolff to expand your page.

  • Fast: Due to its small size and simplicity, you don’t have to worry about loading times or resource usage.

  • Simple: It’s not only small, but simple as well; with a clean documentation and an easy way to use.

What's included

  • Database abstraction layer: Which simplifies the process of running queries and includes useful functions.

  • DI Container: For managing class dependencies and performing DI.

  • Language system: For managing multiple languages easily and quickly.

  • Middleware system: Which gives you more control over your requests/responses.

  • Routing system: Have clean URLs, make redirections and block certain pages recursively.

  • Standard library: With numerous incredible functions related to strings, numbers, debugging and arrays.

  • Template engine: Which you can use to write cleaner and safer code in your views while avoiding things like the php tags.

  • Multiple utilities: Including a paginate, validate and uploader utility.

And more...

Contributing

Any contribution or support to this project in the form of a pull request or message will be highly appreciated.

Don't be shy :)

Top comments (0)