/hydrofon

Equipment booking system.

Primary LanguagePHPMIT LicenseMIT

Hydrofon

Equipment booking system.

Actions Status License

Requirements

Hydrofon is built on Laravel 9 and therefore inherit its requirements. It also makes use of Common Table Expressions for some features so the chosen database must support that as well.

PHP: 8.0+

Database:

  • MySQL 8.0+
  • MariaDB 10.2+
  • PostgreSQL 9.6+
  • SQLite 3.8.8+
  • SQL Server 2017+

Installation

Clone the repository to your web server and install it using Composer:

composer install

Terminology

Word Definition
Booking Reservation of one resource between two timestamps.
Bucket Collection of resources that are interchangable.
Category Grouping of resources that will be displayed together.
Group Link that determines which resources should be visible to the user.
Identifier String of characters that a user can be identified by.
Resource An item that can be reserved.

License

Hydrofon is released under the MIT license.