PHPackages                             todstoychev/primes - 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. todstoychev/primes

ActiveSymfony-bundle

todstoychev/primes
==================

Simple bundle to visualise primes and their multiplication table

08PHP

Since Sep 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/todstoychev/primes)[ Packagist](https://packagist.org/packages/todstoychev/primes)[ RSS](/packages/todstoychev-primes/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Installation
============

[](#installation)

Install as usually install Symfony bundles. Run: `composer require todstoychev/primes`. It may be necessary to change your symfony installation `minimum-stability` directive to `dev`. This can be done by adding:

```
{
    "minimum-stability": "dev"
}
```

to your composer.json file.

Then add to `app/AppKernel.php` in the bundles array:

```
$bundles = [
            // Other bundles here
            new Todstoychev\PrimesBundle\TodstoychevPrimesBundle(),
];
```

Commands
========

[](#commands)

The bundle provides 2 commands.

- primes:show \[--count\] - this one provides a list of primes. If --count option used you must provide how many primes do you want to generate.
- primes:table \[--count\] - has the same way of usage as the previous command, but displays multiplication table of primes generated.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![todstoychev](https://avatars.githubusercontent.com/u/4498971?v=4)](https://github.com/todstoychev "todstoychev (6 commits)")

### Embed Badge

![Health badge](/badges/todstoychev-primes/health.svg)

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

PHPackages © 2026

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