PHPackages                             kulikode/kalkulator - 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. kulikode/kalkulator

ActiveLibrary

kulikode/kalkulator
===================

Simple Calculator

00PHP

Since May 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kulikode-dev/kalkulator)[ Packagist](https://packagist.org/packages/kulikode/kalkulator)[ RSS](/packages/kulikode-kalkulator/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Calculator
=================

[](#simple-calculator)

Make a package with Laravel - Simple Calculator

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

[](#installation)

composer require kulikode/kalkulator

1. Install the package via composer:

```
composer require kulikode/kalkulator
```

Usage
-----

[](#usage)

```
use Kulikode\Kalkulator\BasicCalculator;
```

To calculate simple add and multiply:

```
$array = [2, 89, 99, 150, 89, 64, 39];
$result = \Kulikode\Kalkulator\BasicCalculator::add($array)
$result = \Kulikode\Kalkulator\BasicCalculator::multiply($array)
```

To calculate advanced add and multiply:

```
$number = rand(10, 100);
$binary = \Kulikode\Kalkulator\AdvanceCalculator::decimalToBinary($number)
$hex    = \Kulikode\Kalkulator\AdvanceCalculator::binaryToDecimal($number)
```

License
-------

[](#license)

[MIT](LICENSE)

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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/e9f9257210ef4d117fe15f3c6b1de07a40d6a1704c024e53124779e5b6189b0a?d=identicon)[kulikode](/maintainers/kulikode)

---

Top Contributors

[![debrianruhut](https://avatars.githubusercontent.com/u/12106567?v=4)](https://github.com/debrianruhut "debrianruhut (6 commits)")[![kulikode-dev](https://avatars.githubusercontent.com/u/68249942?v=4)](https://github.com/kulikode-dev "kulikode-dev (6 commits)")

---

Tags

calculatorcomposer-packagelaravellaravel-packagepackagephp

### Embed Badge

![Health badge](/badges/kulikode-kalkulator/health.svg)

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

PHPackages © 2026

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