simplix-fr / php-ps-info

PHPpsInfo provides an equivalent to the phpinfo() function that reports PrestaShop Requirements information about the PHP/MySQL/Apache environment, and offers suggestions for improvement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhpPsInfo

phppsinfo is a PHP script that allows you to test if your current environment fullfills PrestaShop's requirements, and offers suggestions for improvements.

This script allows you to quickly test the environement where you want to install PrestaShop.

The default credentials for displaying the results are:

  • Login: prestashop
  • Password: prestashop

You can set server env vars to override them:

  • PS_INFO_LOGIN
  • PS_INFO_PASSWORD

It tests:

  • PHP & MySQL Version
  • Apache modules
  • PHP Extensions
  • PHP Configuration
  • MySQL Configuration
  • Directories Configuration

About

PHPpsInfo provides an equivalent to the phpinfo() function that reports PrestaShop Requirements information about the PHP/MySQL/Apache environment, and offers suggestions for improvement.

License:MIT License


Languages

Language:PHP 100.0%