PHPackages                             chipulaja/algo-sudoku-generator - 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. chipulaja/algo-sudoku-generator

ActiveLibrary

chipulaja/algo-sudoku-generator
===============================

a library for generate sudoku

v1.0(5y ago)016MITPHPPHP &gt;=7.2.0

Since Feb 13Pushed 5y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (2)Used By (0)

Algo Sudoku Generator
=====================

[](#algo-sudoku-generator)

[![Latest version](https://camo.githubusercontent.com/e379c943ea15a051dd38192199a75c0509095c655b1756a63c83589205b83f65/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f43686970756c616a612f416c676f2d5375646f6b752d47656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chipulaja/algo-sudoku-generator)[![Build Status](https://camo.githubusercontent.com/4cb77c42e8fede0f540db0d9f4d9119d4f24cde919e7e32fa6e61853d684591d/68747470733a2f2f7472617669732d63692e6f72672f43686970756c616a612f416c676f2d5375646f6b752d47656e657261746f722e7376673f6272616e63683d6d61696e)](https://travis-ci.org/Chipulaja/Algo-Sudoku-Generator)[![Coverage Status](https://camo.githubusercontent.com/69d4900152036f8ab8e7276485cb53291e73a736211c8ed6acfcfac11a6fd8f2/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f43686970756c616a612f416c676f2d5375646f6b752d47656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Chipulaja/Algo-Sudoku-Generator/code-structure)[![Quality Score](https://camo.githubusercontent.com/51cbdec54dce2bd2b59a4500f50817dcf3465c458580addeafb2e5fd8ad056a0/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f63686970756c616a612f416c676f2d5375646f6b752d47656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Chipulaja/Algo-Sudoku-Generator)[![Total Downloads](https://camo.githubusercontent.com/cd5865064572cb28e154295eab2d017be9ddee0249c4370ddb589bf131297011/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63686970756c616a612f616c676f2d7375646f6b752d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chipulaja/algo-sudoku-generator)

a library for generate sudoku.

Table of contents
-----------------

[](#table-of-contents)

- [Install](#install)
- [Usage](#usage)
- [Testing](#testing)

Install
-------

[](#install)

Via Composer

```
$ composer require chipulaja/algo-sudoku-generator
```

Usage
-----

[](#usage)

```
use Chipulaja\Algo\Sudoku\Generator;
use Chipulaja\Algo\Sudoku\GeneratorHelper;

$generator = new Generator();
$data = $generator->generate();

$helper = new GeneratorHelper();
echo $helper->getBoard($data);

/*
  -----------------------
 | 8 2 9 | 4 3 5 | 7 6 1 |
 | 5 7 4 | 6 1 8 | 3 2 9 |
 | 1 3 6 | 2 9 7 | 4 8 5 |
  -----------------------
 | 3 1 8 | 5 7 6 | 2 9 4 |
 | 4 9 2 | 1 8 3 | 6 5 7 |
 | 7 6 5 | 9 4 2 | 1 3 8 |
  -----------------------
 | 9 4 3 | 8 2 1 | 5 7 6 |
 | 2 5 1 | 7 6 9 | 8 4 3 |
 | 6 8 7 | 3 5 4 | 9 1 2 |
  -----------------------

*/
```

Testing
-------

[](#testing)

```
$ vendor\bin\phpunit
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1914d ago

### Community

Maintainers

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

---

Top Contributors

[![chipulaja](https://avatars.githubusercontent.com/u/3088220?v=4)](https://github.com/chipulaja "chipulaja (2 commits)")

---

Tags

sudokupuzzlesudoku generatorpuzzle generator

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/chipulaja-algo-sudoku-generator/health.svg)

```
[![Health](https://phpackages.com/badges/chipulaja-algo-sudoku-generator/health.svg)](https://phpackages.com/packages/chipulaja-algo-sudoku-generator)
```

###  Alternatives

[xeeeveee/sudoku

PHP sudoku logic library - Generate and solve sudoku puzzles

2814.1k](/packages/xeeeveee-sudoku)

PHPackages © 2026

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