https://github.com/nette/component-model
⚛ Component model foundation for Nette.
https://github.com/nette/component-model
component-object-model component-tree nette nette-framework php
Last synced: 8 months ago
JSON representation
⚛ Component model foundation for Nette.
- Host: GitHub
- URL: https://github.com/nette/component-model
- Owner: nette
- License: other
- Created: 2014-03-13T03:45:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T22:22:12.000Z (over 1 year ago)
- Last Synced: 2025-05-14T14:39:08.887Z (8 months ago)
- Topics: component-object-model, component-tree, nette, nette-framework, php
- Language: PHP
- Homepage: https://doc.nette.org/component-model
- Size: 224 KB
- Stars: 276
- Watchers: 35
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
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=master)
[](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.