{"id":20613230,"url":"https://github.com/robiningelbrecht/puzzle-generator","last_synced_at":"2025-10-19T20:03:10.088Z","repository":{"id":61858142,"uuid":"555480941","full_name":"robiningelbrecht/puzzle-generator","owner":"robiningelbrecht","description":"Generate Full 3D pictures of a Rubiks cube","archived":false,"fork":false,"pushed_at":"2023-03-14T18:18:00.000Z","size":816,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T07:11:30.786Z","etag":null,"topics":["php","rubiks-cube"],"latest_commit_sha":null,"homepage":"https://puzzle-generator.robiningelbrecht.be","language":"HTML","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/robiningelbrecht.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-21T17:04:27.000Z","updated_at":"2025-04-12T15:10:23.000Z","dependencies_parsed_at":"2023-01-23T18:45:15.181Z","dependency_job_id":null,"html_url":"https://github.com/robiningelbrecht/puzzle-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiningelbrecht%2Fpuzzle-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiningelbrecht%2Fpuzzle-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiningelbrecht%2Fpuzzle-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robiningelbrecht%2Fpuzzle-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robiningelbrecht","download_url":"https://codeload.github.com/robiningelbrecht/puzzle-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249023731,"owners_count":21199960,"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":["php","rubiks-cube"],"created_at":"2024-11-16T11:09:11.189Z","updated_at":"2025-10-19T20:03:10.022Z","avatar_url":"https://github.com/robiningelbrecht.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ePuzzle generator\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/robiningelbrecht/puzzle-generator/master/public/logo.png\" alt=\"Slim\" width=\"200\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/robiningelbrecht/puzzle-generator/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://github.com/robiningelbrecht/puzzle-generator/actions/workflows/ci.yml/badge.svg\" alt=\"CI\"\u003e\u003c/a\u003e\n\u003ca href=\"https://codecov.io/gh/robiningelbrecht/puzzle-generator\" \u003e\u003cimg src=\"https://codecov.io/gh/robiningelbrecht/puzzle-generator/branch/master/graph/badge.svg?token=hgnlFWvWvw\" alt=\"Codecov.io\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/robiningelbrecht/puzzle-generator/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/robiningelbrecht/puzzle-generator?color=428f7e\u0026logo=open%20source%20initiative\u0026logoColor=white\" alt=\"License\"\u003e\u003c/a\u003e\n\u003ca href=\"https://phpstan.org/\"\u003e\u003cimg src=\"https://img.shields.io/badge/PHPStan-level%209-succes.svg?logo=php\u0026logoColor=white\u0026color=31C652\" alt=\"PHPStan Enabled\"\u003e\u003c/a\u003e\n\u003ca href=\"https://php.net/\"\u003e\u003cimg src=\"https://img.shields.io/packagist/php-v/robiningelbrecht/puzzle-generator/dev-master?color=%23777bb3\u0026logo=php\u0026logoColor=white\" alt=\"PHP\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nThis is a PHP library intended to render Rubik's cube puzzles as SVG images.\nThe idea is to do this by navigating to `https://puzzle-generator.robiningelbrecht.be/cube`\nand provide query parameters to configure the desired cube.\n\nIt's heavily inspired by \u003ca href=\"https://github.com/tdecker91/visualcube\"\u003evisualcube\u003c/a\u003e\nand \u003ca href=\"https://github.com/tdecker91/puzzle-gen\"\u003ePuzzleGen\u003c/a\u003e. Thanks to `tdecker91`\nfor providing these!\n\n## Documentation\n\nThe full documentation is available on \n[https://puzzle-generator.robiningelbrecht.be](https://puzzle-generator.robiningelbrecht.be)\n\n## Some examples\n\n### Default\n\n```\nhttps://puzzle-generator.robiningelbrecht.be/cube\n```\n\n![default](https://puzzle-generator.robiningelbrecht.be/cube)\n\n### Scrambled\n\n```\nhttps://puzzle-generator.robiningelbrecht.be/cube?cube[algorithm]=M2 E2 S2\n```\n\n![scrambled](https://puzzle-generator.robiningelbrecht.be/cube?cube[algorithm]=M2%20E2%20S2)\n\n## Development\n\nFeel free to fork and make changes to your needs. Consider giving it a ⭐ when you do.\n\nClone repository\n\n```bash\n\u003e git clone git@github.com:robiningelbrecht/puzzle-generator.git\n```\n\nBuild Docker containers\n\n```bash\n\u003e docker-compose up --build -d\n```\n\nInstall dependencies\n\n```bash\n\u003e docker-compose run --rm php-cli composer install\n```\n\nNavigate to `http://localhost:9090`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobiningelbrecht%2Fpuzzle-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobiningelbrecht%2Fpuzzle-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobiningelbrecht%2Fpuzzle-generator/lists"}