Nette Bootstrap =============== [![Downloads this Month](https://img.shields.io/packagist/dm/nette/bootstrap.svg)](https://packagist.org/packages/nette/bootstrap) [![Tests](https://github.com/nette/bootstrap/workflows/Tests/badge.svg?branch=master)](https://github.com/nette/bootstrap/actions) [![Coverage Status](https://coveralls.io/repos/github/nette/bootstrap/badge.svg?branch=master)](https://coveralls.io/github/nette/bootstrap?branch=master) [![Latest Stable Version](https://poser.pugx.org/nette/bootstrap/v/stable)](https://github.com/nette/bootstrap/releases) [![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/nette/bootstrap/blob/master/license.md) 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](https://doc.nette.org/bootstrap). If you like Nette, **[please make a donation now](https://nette.org/donate)**. Thank you! Installation ============ The recommended way to install is via Composer: ``` composer require nette/bootstrap ``` It requires PHP version 8.0 and supports PHP up to 8.4.