Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 371 Bytes

File metadata and controls

18 lines (14 loc) · 371 Bytes

Applications and libraries - Bare metal

Table of Contents

PHP

  • Composer library

    • Unit testing: PHPUnit

    • Linters and code style fixers: PHPCSFixer

  • Symfony

    • Application types: Webb application with frontend, CLI/API application

    • Unit testing: PHPUnit

    • Linters and code style fixers: PHPCSFixer

Node

  • NestJS

    • Unit testing: Jest (NestJS bundled)