This document provides an introduction and overview of PHP 7. It discusses new features of PHP 7 such as improved performance (being twice as fast as PHP 5), lower memory consumption, scalar type declarations, consistent 64-bit support, improved exception hierarchy, addition of new secure random number generator API, and removal of deprecated extensions and SAPIs. It also provides information on setting up the PHP 7 environment on Linux/Unix, Mac OS X, and Windows platforms. It includes steps to install PHP, Apache web server, and configure the php.ini file. Code examples are provided to demonstrate new features like scalar type declarations and return type declarations.