Nette Foundation
Official@nette
Open source projects Nette, Latte & Tracy created by David Grudl
Agent Skills by Nette Foundation
Showing 13 vetted skills indexed across 1 GitHub repositories.
nette-forms
Generate Nette Forms with validation and Latte rendering patterns.
frontend-development
Configure Vite-based asset pipelines for Nette projects with SCSS and JavaScript conventions.
nette-utils
Provide Nette Utils helpers for PHP arrays, strings, DateTime, Json, and validators.
nette-database
Map database tables to typed Row entities in Nette Database with Explorer.
latte-templates
Author and validate Latte templates for Nette applications.
nette-configuration
Configure Nette DI service definitions in Neon files before application boot.
nette-schema
Validate and normalize PHP data structures with Nette Schema.
nette-testing
Automate unit testing in Nette projects with Nette Tester bootstrap and assertions.
neon-format
Parse, validate, and format NEON configuration data using the Neon API.
nette-architecture
Define Nette project architecture across App, Core, Model, and Presentation layers.
commit-messages
Validate commit messages against a standardized format before commits.
php-coding-standards
Enforce Nette PHP coding standards with on-save checks.
php-doc
Generate standardized PHPDoc annotations for PHP classes, methods, and properties.
Frequently Asked Questions About Nette Foundation
FAQPage SchemaWhat specific tasks can developers perform using Nette Foundation components?▼
Developers can build secure web interfaces using Latte templates, manage database interactions through typed Row entities, and enforce strict data validation using Nette Schema. The ecosystem provides comprehensive utilities for array manipulation, date handling, and dependency injection configuration to ensure consistent application architecture.
Which target personas benefit most from Nette Foundation?▼
Backend engineers and full-stack developers working in the PHP ecosystem benefit from these components. It is specifically designed for architects requiring high-performance, maintainable codebases that prioritize security, type safety, and clean separation of concerns across presentation and data layers.
What are the licensing and cost requirements for Nette Foundation?▼
Nette Foundation projects are open-source and distributed under the New BSD License. There are no licensing fees or commercial costs associated with using these components in personal or enterprise projects, allowing for unrestricted integration into proprietary software stacks.
What are the primary prerequisites for implementing Nette Foundation?▼
Implementation requires a functional PHP environment and familiarity with modern object-oriented programming patterns. Projects typically rely on Composer for dependency management and require basic knowledge of Neon configuration syntax for defining service containers and application parameters.