> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appsignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AppSignal for PHP: Command-line tools

The AppSignal for PHP package ships with a CLI tool. This tool provides commands that make it easier to install AppSignal in a PHP application and diagnose configuration problems.

```bash Shell theme={null}
vendor/bin/appsignal
```

## Install

A CLI command to install AppSignal in your PHP application.

Read more about the [`appsignal install`](/php/command-line/install) CLI command.

## Demo

A CLI command that sends example data to AppSignal. When the command runs, it sends a trace, an error, and a log from your machine to AppSignal.

Read more about the [`appsignal demo`](/php/command-line/demo) CLI command.

## Verify

A verification command that you can use to check the configuration of your AppSignal integration.

Read more about the [`appsignal verify`](/php/command-line/verify) CLI command.
