Tools
Helper tools that make development with Nette easier.
Code Quality
- Code Checker checks your source files for formal flaws such as an invisible BOM, control characters, broken encoding, or invalid syntax of PHP, Latte, NEON, JSON and YAML files, and can fix them automatically.
- Coding Standard automatically formats your PHP code according to the Nette coding standard, from indentation and braces to spacing and the ordering of imports.
- PHPStan Rules teach PHPStan to understand Nette code, so static analysis infers precise types and reports fewer false positives.