Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.37 KB

readme.md

File metadata and controls

31 lines (20 loc) · 1.37 KB

Nette Component Model

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.1 and supports PHP up to 8.4.