PHPackages                             doublegunz/belajar-aritmatika - 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. doublegunz/belajar-aritmatika

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

doublegunz/belajar-aritmatika
=============================

Operasi aritmatika

v1.0.4(4y ago)015MITPHPPHP ^7.2|^8.0

Since Oct 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/doublegunz/BelajarAritmatika)[ Packagist](https://packagist.org/packages/doublegunz/belajar-aritmatika)[ Docs](https://github.com/doublegunz/BelajarAritmatika)[ RSS](/packages/doublegunz-belajar-aritmatika/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (2)Versions (3)Used By (0)

Belajar Aritmatika
==================

[](#belajar-aritmatika)

Ini repositori belajar membuat package dengan studi kasus membuat package untuk aritmatika.

Install
-------

[](#install)

Via Composer

```
composer require doublegunz/belajar-aritmatika
```

Usage
-----

[](#usage)

```
require_once 'vendor/autoload.php';

use Aritmatika\Aritmatika;

$aritmatika = new Aritmatika;

$a = 10;
$b = 5;

$jml = $aritmatika->penjumlahan($a, $b);
$krg = $aritmatika->pengurangan($a, $b);
$kali = $aritmatika->perkalian($a, $b);
$bagi = $aritmatika->pembagian($a, $b);
$hasilBagi = $aritmatika->hasilBagi($a, $b);

echo "hasil {$a} + {$b} adalah {$jml}.";
echo "hasil {$a} - {$b} adalah {$krg}.";
echo "hasil {$a} x {$b} adalah {$kali}.";
echo "hasil {$a} : {$b} adalah {$bagi}.";
echo "hasil {$a} % {$b} adalah {$hasilBagi}.";
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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

Every ~1 days

Total

2

Last Release

1715d ago

PHP version history (2 changes)v1.0.2PHP ~7.2

v1.0.4PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/4615a48cb79b2431f2ea5b15e9c35e80a4365a1a18d8747753d26da112dc0955?d=identicon)[doublegunz](/maintainers/doublegunz)

---

Top Contributors

[![doublegunz](https://avatars.githubusercontent.com/u/13196484?v=4)](https://github.com/doublegunz "doublegunz (27 commits)")

---

Tags

packagebelajar php

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/doublegunz-belajar-aritmatika/health.svg)

```
[![Health](https://phpackages.com/badges/doublegunz-belajar-aritmatika/health.svg)](https://phpackages.com/packages/doublegunz-belajar-aritmatika)
```

###  Alternatives

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k193.1M3.0k](/packages/composer-composer)[jean85/pretty-package-versions

A library to get pretty versions strings of installed dependencies

1.3k306.6M74](/packages/jean85-pretty-package-versions)[composer/satis

Simple Repository Generator

3.3k1.4M19](/packages/composer-satis)[fxp/composer-asset-plugin

NPM/Bower Dependency Manager for Composer

8884.8M41](/packages/fxp-composer-asset-plugin)[nunomaduro/essentials

Just better defaults for your Laravel projects.

1.2k467.0k98](/packages/nunomaduro-essentials)[christiankuri/laravel-favorite

Allows Laravel Eloquent models to implement a 'favorite' or 'remember' or 'follow' feature.

226479.8k6](/packages/christiankuri-laravel-favorite)

PHPackages © 2026

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