Nette Framework Documentation

repository·master·Indexed 23 days ago

https://github.com/nette/nette

A mature, secure, and performance-oriented PHP framework for modern web development. It consists of a suite of standalone libraries—including DI, Database, Forms, Latte, Routing, Tracy, and Tester—that can be used independently or combined as a full framework.

Tokens
238
Snippets
0
Records
2
Agent score
32%

What's inside Nette Framework

  1. Explore Nette standalone libraries

    master

    Nette is composed of several highly mature, standalone libraries that can be used independently in any PHP codebase (e.g., alongside WordPress) or combined to form the full Nette Framework. Key components include:

    • Application: The kernel of the web application.
    • DI: Dependency Injection Container.
    • Database: Database abstraction layer.
    • Forms: Secure web form handling.
    • Latte: Template engine.
    • Routing: URL routing.
    • Tracy: Debugging tool.
    • Tester: Unit testing framework.
    • Http: HTTP request and response layer.
    • Caching: Cache layer with various storages.
    • Security: Access control system.
    • Schema: User data validation.