Page cover image

Hugonette

PHP micro-framework for static pages

Hugonette is a fast and easy to use framework alternative to bring harmony and structure to your PHP code.

My proposition: use Hugo static site generator to build a design of your page and to provide all necessary user interactions. As a result, publish your static content.

Alternatively, when your project is simple and you don't want to learn Hugo, use a landing page template directly as your static content.

Now, using Latte template engine, your content is not static anymore. It's a View component of the Hugonette project. You will debug your PHP application with the help of Tracy, another great tool from the Nette framework.

Technologies

Hugonette runs on PHP version 7.1 or higher. See the Hugonette GitHub project.

Hugo static site generator is one of the favorite tools for preparing page design and dynamic elements. Its advantage is a really fast response to change during development. Simply set your browser to localhost:1313 and when you save changes to any file in your project, you see results immediately on your browser. After debugging, Hugo generates a static site, where all files are ready exactly as you see them while browsing.

Nette Web Framework is a flexible, feature-rich, modular PHP framework. Hugonette is a little friend of Nette, sharing its project structure and using several Nette awesome components. Thanks to Nette guys, our work on Hugonette projects will be nice & fast.

License

Hugonette is available as open source under the terms of the MIT License.

Last updated