Easy!Appointments
Open-source appointment scheduler with Google Calendar synchronization and customer management.
Why consider Easy!Appointments?
Easy!Appointments is a self-hosted web application that allows customers to book appointments with businesses and service providers via a responsive web portal.
Learn Easy!Appointments by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Easy!Appointments
Easy!Appointments is a highly customizable booking engine built in PHP and CodeIgniter. It provides business owners with a customer-facing booking page, staff calendar dashboards, service catalogs, and two-way Google Calendar synchronization.
Docker Deployment
Launch Easy!Appointments with Docker Compose and MySQL:
docker run -d \ --name easyappointments \ -p 8080:80 \ -e BASE_URL="http://localhost:8080" \ -e DB_HOST="db" \ -e DB_NAME="easyappointments" \ -e DB_USER="root" \ -e DB_PASSWORD="secret" \ alextselegidis/easyappointmentsNavigate to http://localhost:8080/index.php/installation to complete database configuration and create your first service and provider profiles.
Easy!Appointments is released under the GNU General Public License v3.0 (GPL-3.0).
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.