nette/component-model
⚛ Nette Component Model
Maintainers
Requires
- php: 8.1 - 8.5
- nette/utils: ^4.0
Requires (Dev)
- nette/phpstan-rules: ^1.0
- nette/tester: ^2.6
- phpstan/extension-installer: ^1.4@stable
- phpstan/phpstan: ^2.1@stable
- tracy/tracy: ^2.9
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause, GPL-2.0-only, GPL-3.0-only 23ad9cf94f004348e1bd02af3ecffa8d9cd2bf84
This package is auto-updated.
Last update: 2026-06-14 18:03:32 UTC
README
👁 Downloads this Month
👁 Tests
👁 Coverage Status
👁 Latest Stable Version
👁 License
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.
If you like Nette, please make a donation now. Thank you!
Installation
The recommended way to install is via Composer:
composer require nette/component-model
It requires PHP version 8.3 and supports PHP up to 8.5.
