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

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

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 3w 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 1% 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://avatars.githubusercontent.com/u/42738904?v=4)[kulikode](/maintainers/kulikode)[@kulikode](https://github.com/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)
```

###  Alternatives

[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M557](/packages/drupal-core-composer-scaffold)[sebastianfeldmann/git

PHP git wrapper

497.8M21](/packages/sebastianfeldmann-git)[integer-net/magento2-sansec-watch

Sansec Watch integration for Magento 2

40190.3k](/packages/integer-net-magento2-sansec-watch)

PHPackages © 2026

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