| 1 |
Nette Component Model |
| 2 |
===================== |
| 3 |
|
| 4 |
[](https://packagist.org/packages/nette/component-model](https://packagist.org/packages/nette/component-model](https://packagist.org/packages/nette/component-model) |
| 5 |
[](https://github.com/nette/component-model/actions](https://github.com/nette/component-model/actions](https://github.com/nette/component-model/actions) |
| 6 |
[](https://coveralls.io/github/nette/component-model?branch=master](https://coveralls.io/github/nette/component-model?branch=master](https://coveralls.io/github/nette/component-model?branch=master) |
| 7 |
[](https://github.com/nette/component-model/releases](https://github.com/nette/component-model/releases](https://github.com/nette/component-model/releases) |
| 8 |
[](https://github.com/nette/component-model/blob/master/license.md](https://github.com/nette/component-model/blob/master/license.md](https://github.com/nette/component-model/blob/master/license.md) |
| 9 |
|
| 10 |
|
| 11 |
Introduction |
| 12 |
------------ |
| 13 |
|
| 14 |
Components are the foundation of reusable code. They make your work easier and allow you to profit from community work. Components are wonderful. |
| 15 |
Nette Framework introduces several classes and interfaces for all these types of components. |
| 16 |
|
| 17 |
Documentation can be found on the [](https://doc.nette.org/componentswebsite](https://doc.nette.org/components](https://doc.nette.org/components). |
| 18 |
|
| 19 |
If you like Nette, **[](https://nette.org/donateplease make a donation now](https://nette.org/donate](https://nette.org/donate)**. Thank you! |
| 20 |
|
| 21 |
|
| 22 |
Installation |
| 23 |
------------ |
| 24 |
|
| 25 |
The recommended way to install is via Composer: |
| 26 |
|
| 27 |
``` |
| 28 |
composer require nette/component-model |
| 29 |
``` |
| 30 |
|
| 31 |
It requires PHP version 7.1 and supports PHP up to 8.2. |
| 32 |
|