Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 480 Bytes

File metadata and controls

21 lines (17 loc) · 480 Bytes

Applications and libraries - Docker

Table of Contents

PHP

  • Composer library

    • Unit testing: PHPUnit

    • Linters and code style fixers: PHPCSFixer

  • Symfony

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

    • Database engines: PostgreSQL, MySQL, Percona, MariaDB

    • Caching: Memcached

    • ORM: Doctrine (Symfony bundled)

    • Unit testing: PHPUnit

    • Linters and code style fixers: PHPCSFixer

Node

  • NestJS

    • Unit testing: Jest (NestJS bundled)