PHPackages                             working-code/example-package - 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. working-code/example-package

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

working-code/example-package
============================

example composer package

v0.1.0(2y ago)03PHPPHP &gt;=7.0

Since Dec 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/working-code/example-package)[ Packagist](https://packagist.org/packages/working-code/example-package)[ RSS](/packages/working-code-example-package/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

### Php info

[](#php-info)

Пакет для получения информации:

- версии php
- запущенных модулей

#### Требования

[](#требования)

- php &gt;= 7.0

#### Установка

[](#установка)

```
composer require working-code/example-package
```

#### Примеры использования

[](#примеры-использования)

##### Вывод версии php:

[](#вывод-версии-php)

```
$phpInfo = new PhpInfo();
echo $phpInfo->getVersion();
```

##### Просмотр списка запущенных модулей:

[](#просмотр-списка-запущенных-модулей)

```
$phpInfo = new PhpInfo();
print_r($phpInfo->getExtensions());
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

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

931d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/475f6e4bdf6cecf1f9487aa3d6cc9345b568a705a4cf0f1ded4411c445cbcac6?d=identicon)[working-code](/maintainers/working-code)

---

Top Contributors

[![working-code](https://avatars.githubusercontent.com/u/82882572?v=4)](https://github.com/working-code "working-code (1 commits)")

### Embed Badge

![Health badge](/badges/working-code-example-package/health.svg)

```
[![Health](https://phpackages.com/badges/working-code-example-package/health.svg)](https://phpackages.com/packages/working-code-example-package)
```

###  Alternatives

[christeredvartsen/php-bittorrent

A set of components that can be used to interact with torrent files (read+write) and classes that can encode/decode to/from the BitTorrent format.

11120.5k2](/packages/christeredvartsen-php-bittorrent)[rcknr/nova-multiselect-filter

A Laravel Nova filter that allows multiple selection.

26283.7k2](/packages/rcknr-nova-multiselect-filter)[mistralys/text-diff

Class used to compare strings using a DIFF implementation.

26122.8k7](/packages/mistralys-text-diff)

PHPackages © 2026

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