PHPackages                             saeedvir/pal-server-info - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. saeedvir/pal-server-info

ActiveProject

saeedvir/pal-server-info
========================

PHP And Laravel (PaL) Server Info And Laravel Requirements Checker + PHP And Mysql Benchmark + Scan PHP Configuration in single file !!

210PHP

Since Sep 5Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/saeedvir/PaL-Server-Info)[ Packagist](https://packagist.org/packages/saeedvir/pal-server-info)[ RSS](/packages/saeedvir-pal-server-info/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (1)Used By (0)

### PaL Server Info

[](#pal-server-info)

 PHP And Laravel (PaL) Server Info And Laravel Requirements Checker + PHP And Mysql Benchmark + Scan PHP Configuration in single file !!

About The Project
-----------------

[](#about-the-project)

[![Alt text](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-1.png)](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-1.png)

Php And Laravel (PaL) Server Info Also this tool performs a benchmark test on MySQL database and PHP server.

([back to top](#readme-top))

---

####  [راهنمای فارسی معرفی و نصب اسکریپت PaL را اینجا بخوانید](https://vrgl.ir/dykF4)

[](#--راهنمای-فارسی-معرفی-و-نصب-اسکریپت-pal-را-اینجا-بخوانید)

[![](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/donate-fa.jpg)](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/donate-fa.jpg)

#### [برای حمایت مالی پروژه PaL اینجا کلیک کنید](https://reymit.ir/saeedvir)

[](#برای-حمایت-مالی-پروژه-pal-اینجا-کلیک-کنید)

---

### Features

[](#features)

- Check Laravel Requirements (5.8,6.x,7.x,8.x,9.x,10.x,11.x supported !)
- Php Config Information
- Check Php Config
- Scan Web Server Headers
- Php Benchmark
- Mysql Benchmark
- PHP INI Editor (in web ui only)
- CLI mode

### FILES

[](#files)

- *Web UI* : **Pal-Server-Info.php**
- *CLI (command line)* : **PaL-cli.php**

### Built With

[](#built-with)

- Php
- Bootstrap 5.3
- Jquery 3.6

([back to top](#readme-top))

Download
========

[](#download)

[Download Latest Releases](https://github.com/saeedvir/PaL-Server-Info/releases)

---

Getting Started
---------------

[](#getting-started)

download "[Pal-Server-Info.php](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/Pal-Server-Info.php)"

Just copy the file to your server or host and call it.

### Example

[](#example)

```
http://Your-web-address.com/Pal-Server-Info.php
```

To run it on localhost, just call the following command or copy it to your web server folder

```
php -S localhost:8000

http://localhost:8000/Pal-Server-Info.php
```

Or

```
http://127.0.0.1/Pal-Server-Info.php
```

### Php Scan Configuration

[](#php-scan-configuration)

[![Alt text](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-4.png)](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-4.png)

### Php INI Editor

[](#php-ini-editor)

[![Alt text](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-8.png)](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-8.png)

### Web Server Headers Scanner

[](#web-server-headers-scanner)

[![Alt text](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-7.png)](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-7.png)

### Php And Mysql Benchmark Config

[](#php-and-mysql-benchmark-config)

[![Alt text](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-2.png)](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-2.png)[![Alt text](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-3.png)](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-3.png)

### MySQL Config

[](#mysql-config)

1. Don't forget to enter the mysql username and password [![Alt text](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-9.png)](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-9.png)

or in 'Pal-Server-Info.php' on line 27

```
   $MYSQL_CONFIG = [
     'host' => 'localhost',
     'username' => 'USER_NAME_HERE', //ex : root
     'password' => 'PASSWORD_HERE', //ex : password
     'db' => 'DB_NAME_HERE',         //ex : laravel_db
     'benchmark_insert' => 100,      //ex : 100
   ];
```

3. Refresh Your Browser

How To Use CLI Mode?
--------------------

[](#how-to-use-cli-mode)

Download the "PaL-cli.php" file and use :

```
php PaL-cli.php help
php PaL-cli.php -i -s -o -r
```

[![Alt text](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-5.png)](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-5.png)[![Alt text](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-6.png)](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-6.png)

How To Customize PHP Configuration Scan
---------------------------------------

[](#how-to-customize-php-configuration-scan)

Download the "pal-config.json" file You can edit this file

How To Update
-------------

[](#how-to-update)

Just click on "Check for Update" at the bottom of the page (footer)

in cli you can use :

```
php PaL-cli.php up
```

([back to top](#readme-top))

Contact
-------

[](#contact)

Telegram: Saeed Abdollahian - @PhpWebDeveloper -

Project Link:

([back to top](#readme-top))

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance43

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fb63dbbcce86ecd5af69b654e2d4a30ec7b9a7e19985accc6510413e04627cb2?d=identicon)[saeedvir](/maintainers/saeedvir)

---

Top Contributors

[![saeedvir](https://avatars.githubusercontent.com/u/8615309?v=4)](https://github.com/saeedvir "saeedvir (105 commits)")

### Embed Badge

![Health badge](/badges/saeedvir-pal-server-info/health.svg)

```
[![Health](https://phpackages.com/badges/saeedvir-pal-server-info/health.svg)](https://phpackages.com/packages/saeedvir-pal-server-info)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
