Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nette/bootstrap

🅱 The simple way to configure and bootstrap your Nette application.
https://github.com/nette/bootstrap

configuration nette nette-framework php

Last synced: about 10 hours ago
JSON representation

🅱 The simple way to configure and bootstrap your Nette application.

Awesome Lists containing this project

README

        

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.