kukulich / application

πŸ† A full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.

Home Page:https://doc.nette.org/application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nette Application MVC

Downloads this Month Tests Coverage Status Latest Stable Version License

Model-View-Controller is a software architecture that was created to satisfy the need to separate utility code (controller) from application logic code (model) and from code for displaying data (view) in applications with graphical user interface. With this approach we make the application better understandable, simplify future development and enable testing each unit of the application separately.

Please, see documentation.

If you like Nette, please make a donation now. Thank you!

About

πŸ† A full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.

https://doc.nette.org/application

License:Other


Languages

Language:PHP 95.7%Language:HTML 4.1%Language:Latte 0.2%