mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 20:38:42 +00:00
793 B
793 B
Developer Environment
The following points are only recommendations to help with the development process. Support for other settings or tools cannot be guaranteed.
IDE/Editor
The following IDEs and editors are recommended
- PHPStorm
- Visual Studio Code
- Markdown All in One
- PHP Debug
- PHP IntelliSense
- PHP Server
- PHPUnit
- SVG Viewer
Tools
The following tools are important to test the application and to ensure the code quality. The configurations and sample shell executions can be found in the Build directory. These tools are also downloaded during the setup process of the buildProject.sh script (see installation documentation).
- composer
- phploc
- phpunit
- phpcs
- phpmd
- phpmetrics
- pdepend
- documentor
- phpstan
- phan