Explore Nette standalone libraries
masterNette 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.