phpMyReservation, a simple PHP timeslot booking system. Fork of OleJon's discontinued timeslot booking system for PHP and MySQL hosts.
- Fast, easy & smooth
- User login
- Browse through all weeks of the year
- A price per reservation can be set
- Usage is stored automatically
- User control panel
- Advanced admin control panel
- Receive reservation reminders by email
- Web server with PHP
- MySQL / MariaDB
- A modern browser
- Clone this repo
- Import phpmyreservation.sql into mysql or use phpMyAdmin
- Edit config.php. Secret code is 1234 by default. Set to 0 to disable.
- Move the phpmyreservation folder to where it can be reached through your web server
- If you chose to enable reservation reminders in config.php, read this to make it work
- Open phpMyReservation in a web browser. If you have done everything correctly, you should see the login page
- Create a new user. The first created user will get admin rights
- Set the price per reservation in the control panel (just set to 0 if usage is free)
Email reminders are documented here
Licensed under GPLv3.
As there was no License file included in original source code drop from OleJon's, GPLv3 license file has been added according the license of the original source code repository


