PHPackages                             jmcnelis/pingenerator - 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. jmcnelis/pingenerator

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

jmcnelis/pingenerator
=====================

Simple pin generator

05PHP

Since Mar 16Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (4)Used By (0)

Pin Generator
=============

[](#pin-generator)

A simple pin generator which will generate a 4 digit pin that should meet the following criteria:

- It will not be a palindrome
- It will not be a repeating number
- It will not be a sequential number

It also has some useful endpoints!

Installation Instructions
-------------------------

[](#installation-instructions)

```
composer require jmcnelis/pingenerator
php artisan vendor:publish --provider="Jmcnelis\PinGenerator\PinGeneratorServiceProvider" --tag="migrations"
php artisan migrate

```

Usage
-----

[](#usage)

After installation navigate to:

```
application-url/generator/pins/

```

Once loaded just hit the button to start generating pins

Endpoints
---------

[](#endpoints)

##### Will check if its a palindrome or not.

[](#will-check-if-its-a-palindrome-or-not)

```
application-url/generator/pins/palindrome/(pin here)

```

##### Will check if its a repeating number or not.

[](#will-check-if-its-a-repeating-number-or-not)

```
application-url/generator/pins/repeating/(pin here)

```

##### Will check if its a sequential number or not.

[](#will-check-if-its-a-sequential-number-or-not)

```
application-url/generator/pins/sequential/(pin here)

```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e89c1958a2ba797408dc7298c1644a7931026d6c31d62c8924fb631a2965e1f?d=identicon)[cosmicsafari](/maintainers/cosmicsafari)

---

Top Contributors

[![jmcnelis](https://avatars.githubusercontent.com/u/6546035?v=4)](https://github.com/jmcnelis "jmcnelis (21 commits)")

### Embed Badge

![Health badge](/badges/jmcnelis-pingenerator/health.svg)

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

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k17](/packages/civicrm-civicrm-core)[bizley/quill

Quill editor implementation for Yii 2.

64133.3k5](/packages/bizley-quill)[ebanx/benjamin

Business rule provider lib for plugin implementations

18155.2k1](/packages/ebanx-benjamin)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

1494.4k6](/packages/shel-neos-colorpicker)

PHPackages © 2026

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