Skip to content

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

Notifications You must be signed in to change notification settings

bbbo/php-ps-info

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%