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

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

yudiandela/kalkulator
=====================

Kalkulator sederhana

1.0.3(7y ago)07MITHTMLPHP &gt;=7.1.3

Since Nov 28Pushed 7y agoCompare

[ Source](https://github.com/yudiandela/kalkulator-laravel)[ Packagist](https://packagist.org/packages/yudiandela/kalkulator)[ RSS](/packages/yudiandela-kalkulator/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

kalkulator-laravel
==================

[](#kalkulator-laravel)

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

[](#installation)

1. From your projects root folder in terminal run:

```
    composer require yudiandela/kalkulator
```

2. Register the package:

Register the package with laravel in `config/app.php` under `providers` with the following:

```
	'providers' => [
		YudiAndela\Kalkulator\Providers\KalkulatorServiceProvider::class,
	];
```

3. Publish the packages views, config file, assets, and language files by running the following from your projects root folder:

```
    php artisan vendor:publish --tag=kalkulator
```

Routes
------

[](#routes)

- `/kalkulator`
- `/kalkulator/tambah/{a}/{b}`
- `/kalkulator/kurang/{a}/{b}`
- `/kalkulator/bagi/{a}/{b}`
- `/kalkulator/kali/{a}/{b}`

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Every ~0 days

Total

4

Last Release

2722d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e487756627fd0139c81349233b05ae6ffe667da4afa53370d14370d9716a9109?d=identicon)[yudiandela](/maintainers/yudiandela)

### Embed Badge

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

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

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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