Skip to content

Documentation

Koen Teuwen edited this page Jul 16, 2021 · 4 revisions

The gewisweb project has several dependencies which can be found in composer.json and package.json.

Most prominently we make use of the following dependencies:

  • PHP for the complete back-end
  • Laminas MVC Framework for handling HTTP requests
  • Laminas Components for useful features to complement the framework
  • Doctrine ORM for managing database schemas and querying the database
  • NGINX as a proxy for the php-fpm instance and serving static files
  • HTML for creating views (web pages)
  • JavaScript for adding functionalities to these pages
  • Bootstrap for making our website beautiful