TiloBox
Back to directory
Easy!Appointments project preview

Easy!Appointments

Open-source appointment scheduler with Google Calendar synchronization and customer management.

LicenseGPL-3.0
GitHub stars4.2k
Last commit1 weeks ago
Tags6 topics
CalendarAppointmentsSchedulingBookingSelf HostedPhp
Overview

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.

Guided learning

Learn Easy!Appointments by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
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:

bash
1docker run -d \
2 --name easyappointments \
3 -p 8080:80 \
4 -e BASE_URL="http://localhost:8080" \
5 -e DB_HOST="db" \
6 -e DB_NAME="easyappointments" \
7 -e DB_USER="root" \
8 -e DB_PASSWORD="secret" \
9 alextselegidis/easyappointments

Navigate 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.

Easy!Appointments FAQs

Easy!Appointments is listed as a Developer Tools tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Easy!Appointments is listed under the GPL-3.0 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Easy!Appointments is listed as an alternative to SimplyBook. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.