PHPackages                             nechiporenko/test-packagist-simplecalc - 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. nechiporenko/test-packagist-simplecalc

ActiveLibrary

nechiporenko/test-packagist-simplecalc
======================================

Simple calculator example

1.0.2(6y ago)025MITPHPPHP ^7.4

Since Jan 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/nechiporenko/test-packagist-simplecalc)[ Packagist](https://packagist.org/packages/nechiporenko/test-packagist-simplecalc)[ RSS](/packages/nechiporenko-test-packagist-simplecalc/feed)WikiDiscussions master Synced today

READMEChangelog (3)DependenciesVersions (5)Used By (0)

test-packagist-simplecalc - Simple calculator example.
======================================================

[](#test-packagist-simplecalc---simple-calculator-example)

An example application that implements new php7.0 ... 7.4 features. The following features are used:

- strict mode
- grouping of import declarations
- scalar type declarations, type hints
- throwable exception
- return type void
- typed class properties
- null in typed and returned parameters
- unicode codepoint escape syntax etc.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require  nechiporenko/test-packagist-simplecalc

```

Requirements
------------

[](#requirements)

PHP 7.4 and above.

Usage
-----

[](#usage)

Once the extension is installed, use the library in client code:

```
        use Nechiporenko\Classes\App;

	$app = new App();

	$app->execute(12, 3);
	$app->execute(5, 2);
	$app->showTotal();

```

License
-------

[](#license)

Code released under [MIT License](LICENSE).

Contact
-------

[](#contact)

Should you have any comments or questions, please contact us at .

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~4 days

Total

3

Last Release

2286d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7135931?v=4)[Sergii Nechyporenko](/maintainers/nechiporenko)[@nechiporenko](https://github.com/nechiporenko)

---

Top Contributors

[![nechiporenko](https://avatars.githubusercontent.com/u/7135931?v=4)](https://github.com/nechiporenko "nechiporenko (10 commits)")

### Embed Badge

![Health badge](/badges/nechiporenko-test-packagist-simplecalc/health.svg)

```
[![Health](https://phpackages.com/badges/nechiporenko-test-packagist-simplecalc/health.svg)](https://phpackages.com/packages/nechiporenko-test-packagist-simplecalc)
```

PHPackages © 2026

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