LAMP Sever

How do I install a LAMP server on a new installation of Debian 9 using the lalest versions of
AMP?

Here is what I have.

Corrections please.

MYSQL

apt-get install mysql-server mysql-client

You can verify the MySQL server status using command:

systemctl status mysql

-------
PHP7

How do I install it on a new installation of Debian 9?
------------

APACHE

apt-get install apache2 apache2-doc

TIA