PHPackages                             wisonlau/report-calculate - 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. wisonlau/report-calculate

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

wisonlau/report-calculate
=========================

tools

v1.0(7y ago)014MITPHPPHP ^7.0

Since Dec 22Pushed 7y agoCompare

[ Source](https://github.com/wisonlau/report-calculate)[ Packagist](https://packagist.org/packages/wisonlau/report-calculate)[ RSS](/packages/wisonlau-report-calculate/feed)WikiDiscussions master Synced today

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

report-calculate
================

[](#report-calculate)

```
composer require wisonlau/report-calculate

```

```
		echo (19.99 * 100) . "\n"; // 1999
		echo (int)(19.99 * 100) . "\n"; // 1998
		echo $this->getInt(19.99 * 100) . "\n"; // 1999

		echo (0.1 + 0.7) . "\n";
		if ( (0.1 + 0.7) == 0.8 )
		{
			echo '相等' . "\n";
		}
		else
		{
			echo '不相等' . "\n"; // this
		}

		$a = 0.1 + 0.7; // 0.8
		if ( $a == 0.8 )
		{
			echo '一天一小步' . "\n";
		}
		else
		{
			echo '一年一大步' . "\n"; // this
		}
		$a = $this->getFloat(0.1 + 0.7);
		if ( $a == 0.8 )
		{
			echo '一天一小步1' . "\n"; // this
		}
		else
		{
			echo '一年一大步1' . "\n";
		}

		echo intval((0.1 + 0.7) * 10) . "\n";
		echo $this->getInt((0.1 + 0.7) * 10) . "\n"; // 8
		echo $this->getFloat((0.11 + 0.7) * 10) . "\n"; // 8.1
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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

2697d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8781ca13a2d63ed7eb3eb9738331e8b375ade5f834ea204988e1936030dd1c0e?d=identicon)[wisonlau](/maintainers/wisonlau)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wisonlau-report-calculate/health.svg)

```
[![Health](https://phpackages.com/badges/wisonlau-report-calculate/health.svg)](https://phpackages.com/packages/wisonlau-report-calculate)
```

PHPackages © 2026

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