PHPackages                             chak10/weather-converter - 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. chak10/weather-converter

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

chak10/weather-converter
========================

A library for weather-related conversions.

0.0.1(1y ago)03GPL-3.0PHPPHP &gt;=7.4

Since Nov 8Pushed 1y agoCompare

[ Source](https://github.com/chak10/weather-converter)[ Packagist](https://packagist.org/packages/chak10/weather-converter)[ RSS](/packages/chak10-weather-converter/feed)WikiDiscussions master Synced 1mo ago

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

Weather Converter
=================

[](#weather-converter)

Weather Converter is a PHP-based tool designed to convert weather data between different units and formats. This project is intended for developers looking to integrate weather data conversion functionality into their applications.

Features
--------

[](#features)

- Convert temperature, wind speed, and pressure between different units.
- Easy integration with your existing PHP applications.
- Supports both metric and imperial units.

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

[](#installation)

1. Install dependencies using Composer: ```
    composer require chak10/weather-converter
    ```

Usage
-----

[](#usage)

Simply include the `WeatherConverter` class in your PHP code and use the methods to convert weather data between units.

Example:

```
use WtConverter\Temperature;

$temp = new Temperature(25, 'c', 'f');
echo $temp->getResult(); // Output: 77 (Fahrenheit)
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity28

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

550d ago

### Community

Maintainers

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

---

Top Contributors

[![chak10](https://avatars.githubusercontent.com/u/24445137?v=4)](https://github.com/chak10 "chak10 (50 commits)")

---

Tags

apparent-temperaturedewpointheat-indexphpphp7wind-chill

### Embed Badge

![Health badge](/badges/chak10-weather-converter/health.svg)

```
[![Health](https://phpackages.com/badges/chak10-weather-converter/health.svg)](https://phpackages.com/packages/chak10-weather-converter)
```

PHPackages © 2026

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