Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T22:22:12.000Z (4 months ago)
- Last Synced: 2025-01-30T22:37:59.244Z (8 days ago)
- Topics: component-object-model, component-tree, nette, nette-framework, php
- Language: PHP
- Homepage: https://doc.nette.org/component-model
- Size: 224 KB
- Stars: 270
- Watchers: 36
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
Nette Component Model
=====================[![Downloads this Month](https://img.shields.io/packagist/dm/nette/component-model.svg)](https://packagist.org/packages/nette/component-model)
[![Tests](https://github.com/nette/component-model/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/nette/component-model/actions)
[![Coverage Status](https://coveralls.io/repos/github/nette/component-model/badge.svg?branch=master)](https://coveralls.io/github/nette/component-model?branch=master)
[![Latest Stable Version](https://poser.pugx.org/nette/component-model/v/stable)](https://github.com/nette/component-model/releases)
[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](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.