{"id":16897724,"url":"https://github.com/endroid/sudoku","last_synced_at":"2025-10-07T14:32:28.466Z","repository":{"id":3335433,"uuid":"4379467","full_name":"endroid/sudoku","owner":"endroid","description":"Sudoku solver","archived":false,"fork":false,"pushed_at":"2023-11-07T13:09:48.000Z","size":165,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-14T17:39:22.060Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://endroid.nl/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/endroid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"endroid"}},"created_at":"2012-05-19T16:36:49.000Z","updated_at":"2023-11-09T16:28:36.000Z","dependencies_parsed_at":"2023-11-07T14:27:36.070Z","dependency_job_id":"2484fab7-0703-4838-9894-1337681abd82","html_url":"https://github.com/endroid/sudoku","commit_stats":{"total_commits":111,"total_committers":4,"mean_commits":27.75,"dds":"0.11711711711711714","last_synced_commit":"3f84f56f2e6b28b1491085259591a871e832e5f2"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endroid%2Fsudoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endroid%2Fsudoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endroid%2Fsudoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endroid%2Fsudoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endroid","download_url":"https://codeload.github.com/endroid/sudoku/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248411971,"owners_count":21099036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T17:39:29.962Z","updated_at":"2025-10-07T14:32:28.351Z","avatar_url":"https://github.com/endroid.png","language":"PHP","funding_links":["https://github.com/sponsors/endroid"],"categories":[],"sub_categories":[],"readme":"# Sudoku\r\n\r\n*By [endroid](https://endroid.nl/)*\r\n\r\n[![Latest Stable Version](http://img.shields.io/packagist/v/endroid/sudoku.svg)](https://packagist.org/packages/endroid/sudoku)\r\n[![Build Status](https://github.com/endroid/sudoku/workflows/CI/badge.svg)](https://github.com/endroid/sudoku/actions)\r\n[![Total Downloads](http://img.shields.io/packagist/dt/endroid/sudoku.svg)](https://packagist.org/packages/endroid/sudoku)\r\n[![License](http://img.shields.io/packagist/l/endroid/sudoku.svg)](https://packagist.org/packages/endroid/sudoku)\r\n\r\nThe library that solves Sudoku puzzles in a jiffy.\r\n\r\n## Installation\r\n\r\nUse [Composer](https://getcomposer.org/) to install the library.\r\n\r\n``` bash\r\n$ composer require endroid/sudoku\r\n```\r\n\r\n## Usage\r\n\r\n``` php\r\n\u003c?php\r\n\r\nuse Endroid\\Sudoku\\Puzzle;\r\n\r\n// Load a puzzle\r\n$sudoku = new Sudoku('\r\n    000000012\r\n    000000003\r\n    002300400\r\n    001800005\r\n    060070800\r\n    000009000\r\n    008500000\r\n    900040500\r\n    470006000\r\n');\r\n\r\n// Solve the puzzle\r\n$solver = new Solver($sudoku);\r\n$solver-\u003esolve();\r\n```\r\n\r\n## Versioning\r\n\r\nVersion numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility\r\nbreaking changes will be kept to a minimum but be aware that these can occur.\r\nLock your dependencies for production and test your code when upgrading.\r\n\r\n## License\r\n\r\nThis bundle is under the MIT license. For the full copyright and license\r\ninformation please view the LICENSE file that was distributed with this source code.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendroid%2Fsudoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendroid%2Fsudoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendroid%2Fsudoku/lists"}