PHPackages                             noccylabs/acpi-thermal - 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. noccylabs/acpi-thermal

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

noccylabs/acpi-thermal
======================

Read thermal temperature values from sysfs

0.1.0(11y ago)119GPL-3.0PHP

Since Aug 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/noccy80/php-acpi-thermal)[ Packagist](https://packagist.org/packages/noccylabs/acpi-thermal)[ RSS](/packages/noccylabs-acpi-thermal/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (2)Used By (0)

ACPI Thermal
============

[](#acpi-thermal)

Read the temperature readings from the ACPI sysfs

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

[](#installation)

```
    $ composer require noccylabs/acpi-thermal:0.1.*

```

Usage
-----

[](#usage)

You can get a collection of all the available thermal zones using the static `getAllZones()` method:

```
    use NoccyLabs\Thermal;

    $zones = Thermal\Zone::getAllZones();
    foreach ($zones as $zone) {
        printf("%s = %.1fºC\n",
            $zone->getName(),
            $zone->getTemp()
        );
    }

```

You can also create a zone directly and start reading from it (assuming it exists):

```
    $zone = new Thermal\Zone("thermal_zone0");
    echo $zone->getTemp();

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

4284d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d64de61943112cad68fd83b1068d157d6c96890d23959855f6a1ea42bcdcce3?d=identicon)[noccy80](/maintainers/noccy80)

---

Top Contributors

[![noccy80](https://avatars.githubusercontent.com/u/1434055?v=4)](https://github.com/noccy80 "noccy80 (2 commits)")

### Embed Badge

![Health badge](/badges/noccylabs-acpi-thermal/health.svg)

```
[![Health](https://phpackages.com/badges/noccylabs-acpi-thermal/health.svg)](https://phpackages.com/packages/noccylabs-acpi-thermal)
```

###  Alternatives

[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)
