-
Notifications
You must be signed in to change notification settings - Fork 34
Documentation
Koen Teuwen edited this page Jan 31, 2022
·
4 revisions
All documentation is automatically collected from comments in the code and deployed on this page.
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
- Docker and Docker Compose for deploying everything
- Contributing
- Architecture
- Components
- View helpers
- Sub-projects
- Archive