nette / bootstrap
🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.
v3.3.0
2026-06-21 22:20 UTC
Requires
- php: 8.3 - 8.5
- nette/di: ^3.2
- nette/utils: ^4.1
Requires (Dev)
- latte/latte: ^3.0
- nette/application: ^3.2
- nette/assets: ^1.0
- nette/caching: ^3.3
- nette/database: ^3.2
- nette/forms: ^3.2
- nette/http: ^3.2
- nette/mail: ^4.1
- nette/neon: ^3.4
- nette/phpstan-rules: ^1.0
- nette/robot-loader: ^4.0
- nette/safe-stream: ^2.2
- nette/security: ^3.2
- nette/tester: ^2.6
- phpstan/extension-installer: ^1.4@stable
- phpstan/phpstan: ^2.2@stable
- tracy/tracy: ^2.12
Suggests
- nette/robot-loader: to use Configurator::createRobotLoader()
- tracy/tracy: to use Configurator::enableTracy()
Conflicts
- nette/caching: <3.3
- nette/mail: <4.1.2
- tracy/tracy: <2.6
This package is auto-updated.
Last update: 2026-06-21 22:24:55 UTC
README
Introduction
Setting environment and creating a Dependency Injection (DI) container is in Nette in charge of the Nette Bootstrap.
Documentation can be found on the website.
If you like Nette, please make a donation now. Thank you!
Installation
The recommended way to install is via Composer:
composer require nette/bootstrap
It requires PHP version 8.3 and supports PHP up to 8.5.