PHPackages                             onexcrm/sysinfo - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. onexcrm/sysinfo

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

onexcrm/sysinfo
===============

A complete system environment detail information guide for laravel projects

v2.1.0(3y ago)2126MITBlade

Since Feb 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dev-arindam-roy/onex-sysinfo)[ Packagist](https://packagist.org/packages/onexcrm/sysinfo)[ RSS](/packages/onexcrm-sysinfo/feed)WikiDiscussions master Synced today

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

ONEXCRM CHECK SYSTEM INFO
=========================

[](#onexcrm-check-system-info)

### A package for get complete system environment detail information

[](#a-package-for-get-complete-system-environment-detail-information)

Installation
------------

[](#installation)

> **No dependency on PHP version and LARAVEL version**

### STEP 1: Run the composer command:

[](#step-1-run-the-composer-command)

```
composer require onexcrm/sysinfo
```

### STEP 2: Laravel without auto-discovery:

[](#step-2-laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
Onex\Sysinfo\OnexSysinfoServiceProvider::class,
```

If you want to use the facade to log messages, add this to your facades in app.php:

```
'OnexSysinfo' => Onex\Sysinfo\Sysinfo\SysinfoClassFacade::class,
```

### STEP 3: Publish the package config:

[](#step-3-publish-the-package-config)

```
php artisan vendor:publish --provider="Onex\Sysinfo\OnexSysinfoServiceProvider" --force
```

How to use?:
------------

[](#how-to-use)

> **DIRECT USE BY ROUTE**

---

 &gt;&gt; `Just install and run the below route ````
Ex: http://your-website/onex/check-sysinfo

Ex: http://localhost:8000/onex/check-sysinfo
```

[![sys_info-1](https://user-images.githubusercontent.com/24665327/224806839-245e87e7-fdbf-4c27-bf36-d27b465f6f80.png)](https://user-images.githubusercontent.com/24665327/224806839-245e87e7-fdbf-4c27-bf36-d27b465f6f80.png)

[![sys-info-2](https://user-images.githubusercontent.com/24665327/224806938-79c21838-e6bd-47aa-9f29-2fccafe258ab.png)](https://user-images.githubusercontent.com/24665327/224806938-79c21838-e6bd-47aa-9f29-2fccafe258ab.png)

[![sysinfo-3](https://user-images.githubusercontent.com/24665327/224807043-d74eeaf3-08f2-4f7b-a6c5-93cc91e38489.png)](https://user-images.githubusercontent.com/24665327/224807043-d74eeaf3-08f2-4f7b-a6c5-93cc91e38489.png)

[![sysinfo-5](https://user-images.githubusercontent.com/24665327/224807193-3aad7620-402a-4eed-9021-1a5fd53f9972.png)](https://user-images.githubusercontent.com/24665327/224807193-3aad7620-402a-4eed-9021-1a5fd53f9972.png)

> **USE LIKE A HELPER IN CONTROLLER**

---

 &gt;&gt;&gt; `Just install and call below methods ````
>> Ex1: OnexSysinfo::getSystemInfo();
```

```
>> Ex2: OnexSysinfo::getAllPaths();
```

```
>> Ex3: OnexSysinfo::isStorageWritable();
```

```
>> Ex4: OnexSysinfo::isCacheWritable();
```

```
>> Ex5: OnexSysinfo::getAllEnvs();
```

```
>> Ex6: OnexSysinfo::getServerInfo();
```

```
>> Ex7: OnexSysinfo::howManyTablesInDB();
```

```
>> Ex8: OnexSysinfo::getAllTablesName();
```

```
>> Ex9: OnexSysinfo::getEnabledPhpExtensions();
```

#### You can modify the configuration settings in - "config/onex-sysinfo.php":

[](#you-can-modify-the-configuration-settings-in---configonex-sysinfophp)

```
/** If you want to disable the route then make it false */
'is_route_enabled' => true,
```

```
/** If you want to change the route prefix */
'route_prefix' => 'onex',
```

```
/** If you want to change the route name or path */
'route_name' => 'check-sysinfo',
```

```
/** If you want to enable the securiry for access the system information
 *  Then make it ('is_enabled') true and also you can set login-id and password
 */
'authentication' => [
    'is_enabled' => env('ONEX_SYSINFO_AUTH_ENABLED', false),
    'login_id' => env('ONEX_SYSINFO_ID', 'onexadmin'),
    'password' => env('ONEX_SYSINFO_PASSWORD', 'onexpassword')
]
```

license:
--------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

Post Issues: if found any
-------------------------

[](#post-issues-if-found-any)

If have any issue please [write me](https://github.com/dev-arindam-roy/onex-sysinfo/issues).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~2 days

Total

10

Last Release

1207d ago

Major Versions

v1.1.6 → v2.0.02023-02-26

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/58600558?v=4)[devarindam](/maintainers/devarindam)[@devarindam](https://github.com/devarindam)

---

Top Contributors

[![dev-arindam-roy](https://avatars.githubusercontent.com/u/24665327?v=4)](https://github.com/dev-arindam-roy "dev-arindam-roy (14 commits)")

### Embed Badge

![Health badge](/badges/onexcrm-sysinfo/health.svg)

```
[![Health](https://phpackages.com/badges/onexcrm-sysinfo/health.svg)](https://phpackages.com/packages/onexcrm-sysinfo)
```

###  Alternatives

[saade/filament-adjacency-list

A Filament package to adjacency lists.

9766.6k5](/packages/saade-filament-adjacency-list)[alleyinteractive/wp-alleyvate

Defaults for WordPress sites by Alley.

3442.6k](/packages/alleyinteractive-wp-alleyvate)[yireo/magento2-html-hints

N/A

191.1k](/packages/yireo-magento2-html-hints)[bitbag/dhl24-pl-shipping-export-plugin

DHL24 PL shipping export plugin for Sylius based applications.

101.9k](/packages/bitbag-dhl24-pl-shipping-export-plugin)

PHPackages © 2026

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