> This page contains information about the CLI support of Easy!Appointments.
### Introduction
Starting from v1.4.0 Easy!Appointments has introduced CLI support, providing a set of useful utilities to use with your installation.
The commands can be executed with PHP installed on your server and available from within the terminal. To ensure that you have PHP configured properly run the following command from within a terminal session.
```
php -v
```
It shall give you information about the currently installed PHP version.
The available commands are described below.
### Commands
The entry point for the CLI commands is the root `index.php` file which means that you will be calling this file with additional arguments, depending on which command you want to run.