PluginProbe
Packeta / 1.6.2
Packeta v1.6.2
2.3.2 2.3.1 trunk 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.3.0 1.3.1 1.3.2 1.4 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 All 56 releases
packeta / deps / nette / component-model / readme.md

readme.md in Packeta 1.6.2, at deps/nette/component-model/readme.md

32 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 Nette Component Model
2 =====================
3
4 [](https://packagist.org/packages/nette/component-model![Downloads this Month](https://img.shields.io/packagist/dm/nette/component-model.svg)](https://packagist.org/packages/nette/component-model](https://packagist.org/packages/nette/component-model)
5 [](https://github.com/nette/component-model/actions![Tests](https://github.com/nette/component-model/workflows/Tests/badge.svg?branch=master)](https://github.com/nette/component-model/actions](https://github.com/nette/component-model/actions)
6 [](https://coveralls.io/github/nette/component-model?branch=master![Coverage Status](https://coveralls.io/repos/github/nette/component-model/badge.svg?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![Latest Stable Version](https://poser.pugx.org/nette/component-model/v/stable)](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![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](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