Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nette/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.
https://github.com/nette/application
component-driven kernel mvc nette nette-framework php presenter
Last synced: 29 days ago
JSON representation
🏆 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.
- Host: GitHub
- URL: https://github.com/nette/application
- Owner: nette
- License: other
- Created: 2014-03-13T03:54:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T22:43:13.000Z (7 months ago)
- Last Synced: 2024-04-09T21:08:21.236Z (7 months ago)
- Topics: component-driven, kernel, mvc, nette, nette-framework, php, presenter
- Language: PHP
- Homepage: https://doc.nette.org/application
- Size: 2.82 MB
- Stars: 392
- Watchers: 45
- Forks: 98
- Open Issues: 35
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
Nette Application MVC
=====================[![Downloads this Month](https://img.shields.io/packagist/dm/nette/application.svg)](https://packagist.org/packages/nette/application)
[![Tests](https://github.com/nette/application/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/nette/application/actions)
[![Latest Stable Version](https://poser.pugx.org/nette/application/v/stable)](https://github.com/nette/application/releases)
[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/nette/application/blob/master/license.md)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](https://doc.nette.org/application).
If you like Nette, **[please make a donation now](https://nette.org/donate)**. Thank you!