nette/bootstrap
🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.
Maintainers
v3.2.8
2026-05-05 22:55 UTC
Requires
- php: 8.0 - 8.5
- nette/di: ^3.1
- nette/utils: ^3.2.1 || ^4.0
Requires (Dev)
- latte/latte: ^2.8 || ^3.0
- nette/application: ^3.1
- nette/caching: ^3.0
- nette/database: ^3.0
- nette/forms: ^3.0
- nette/http: ^3.0
- nette/mail: ^3.0 || ^4.0
- nette/robot-loader: ^3.0 || ^4.0
- nette/safe-stream: ^2.2
- nette/security: ^3.0
- nette/tester: ^2.6
- phpstan/phpstan-nette: ^2.0@stable
- tracy/tracy: ^2.9
Suggests
- nette/robot-loader: to use Configurator::createRobotLoader()
- tracy/tracy: to use Configurator::enableTracy()
Provides
None
Conflicts
- tracy/tracy: <2.6
Replaces
None
BSD-3-Clause, GPL-2.0-only, GPL-3.0-only 8350eaf5667549244c302411d95c2841af3b1c52
This package is auto-updated.
Last update: 2026-05-27 23:32:45 UTC
README
👁 Downloads this Month
👁 Tests
👁 Coverage Status
👁 Latest Stable Version
👁 License
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.
