Registry / web-framework / nette-application

nette-application

JSON →
library3.2.10phppackagistunverified

A full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications.

composer require nette/application
INSTALL
IMPORT
SIG · NETTE-APPLICATION
N
nette-application
web-frameworkphpv3.2.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Presenter
use Nette\Application\UI\Presenter;

Create a basic presenter component

use Nette\Application\UI\Presenter; class HomePresenter extends Presenter { public function renderDefault(): void { $this->template->message = 'Hello Nette'; } }
Debug
Known issues
breakingRequires PHP 8.0+; breaking changes from Nette 2.x
fix
Upgrade to PHP 8.0+ and follow migration guide from Nette 2.x
affects: >=3.0.0
Upgrade
Version history
3.2.10latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nette-application — pip install nette-application · libregistry