32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
Nette Component Model
|
|
=====================
|
|
|
|
[](https://packagist.org/packages/nette/component-model)
|
|
[](https://github.com/nette/component-model/actions)
|
|
[](https://coveralls.io/github/nette/component-model?branch=v3.1)
|
|
[](https://github.com/nette/component-model/releases)
|
|
[](https://github.com/nette/component-model/blob/master/license.md)
|
|
|
|
|
|
Introduction
|
|
------------
|
|
|
|
Components are the foundation of reusable code. They make your work easier and allow you to profit from community work. Components are wonderful.
|
|
Nette Framework introduces several classes and interfaces for all these types of components.
|
|
|
|
Documentation can be found on the [website](https://doc.nette.org/component-model).
|
|
|
|
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/component-model
|
|
```
|
|
|
|
It requires PHP version 8.1 and supports PHP up to 8.4.
|