nette / component-model
⚛ Nette Component Model
Installs: 11 700 750
Dependents: 96
Suggesters: 0
Security: 0
Stars: 267
Watchers: 36
Forks: 9
Open Issues: 0
Requires
- php: 8.1 - 8.4
- nette/utils: ^4.0
Requires (Dev)
- nette/tester: ^2.5
- phpstan/phpstan: ^1.0
- tracy/tracy: ^2.9
This package is auto-updated.
Last update: 2024-11-04 22:31:32 UTC
README
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.1 and supports PHP up to 8.4.