My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
Wolff 2 - My framework's new version is out!

Wolff 2 - My framework's new version is out!

Alejandro's photo
Alejandro
·Jan 13, 2020

Captura de pantalla de 2020-01-12 23-12-38.png

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

Changelog 1.x to 2.x

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

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

  • 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.

  • 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 avoid things like the php tags.

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

And more...

Contributing

Any useful criticism or opinion will be highly appreciated. Thanks to everyone who supported this project previously in this community :)