Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nette/bootstrap
- Owner: nette
- License: other
- Created: 2014-04-30T01:13:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T00:19:38.000Z (6 months ago)
- Last Synced: 2024-10-29T14:35:28.706Z (3 months ago)
- Topics: configuration, nette, nette-framework, php
- Language: PHP
- Homepage: https://doc.nette.org/bootstrap
- Size: 505 KB
- Stars: 667
- Watchers: 33
- Forks: 36
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
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.