PHPackages                             bappi/sum - 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. bappi/sum

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

bappi/sum
=========

add two number

v0.1.0(2y ago)06MITPHP

Since Jul 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bappi9230/argument_addition_package)[ Packagist](https://packagist.org/packages/bappi/sum)[ RSS](/packages/bappi-sum/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

argument\_addition\_package
===========================

[](#argument_addition_package)

you can add multiple number using sum() method
----------------------------------------------

[](#you-can-add-multiple-number-using-sum-method)

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

[](#installation)

```
composer require bappi/sum
```

Use from controller
-------------------

[](#use-from-controller)

### Import first the Add facade

[](#import-first-the-add-facade)

```
use Bappi\Sum\Facades\Add;
```

```
//You can add multiple  number as your wish

Add::sum(12,23,12,..............);

//82
```

Publish Configuration
---------------------

[](#publish-configuration)

```
 php artisan vendor:publish --provider="Bappi\Sum\SumServiceProvider"
```

Contribution
------------

[](#contribution)

You can used to add any number of addition just use the instruction.
====================================================================

[](#you-can-used-to-add-any-number-of-addition-just-use-the-instruction)

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

[](#installation-1)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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

1033d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/625d58d4bbb9ab828abc0ca880d5e1592a069f307ba576a2c4c779951768c24e?d=identicon)[bappi9230](/maintainers/bappi9230)

---

Top Contributors

[![bappi9230](https://avatars.githubusercontent.com/u/86148659?v=4)](https://github.com/bappi9230 "bappi9230 (8 commits)")

### Embed Badge

![Health badge](/badges/bappi-sum/health.svg)

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

PHPackages © 2026

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