{"id":17192130,"url":"https://github.com/arokettu/monsterid","last_synced_at":"2025-07-26T07:13:14.856Z","repository":{"id":37710102,"uuid":"45218119","full_name":"arokettu/monsterid","owner":"arokettu","description":"MonsterID adaptation for Composer and modern PHP versions","archived":false,"fork":false,"pushed_at":"2025-04-03T13:37:26.000Z","size":200,"stargazers_count":29,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T05:41:44.095Z","etag":null,"topics":["avatar","avatar-generator","avatar-placeholder","monsterid","php"],"latest_commit_sha":null,"homepage":"","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/arokettu.png","metadata":{"files":{"readme":"README.adoc","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-29T23:58:52.000Z","updated_at":"2025-04-03T13:37:25.000Z","dependencies_parsed_at":"2023-12-13T06:33:21.404Z","dependency_job_id":"97a136df-6682-4e33-9604-a9ad3daf3cd9","html_url":"https://github.com/arokettu/monsterid","commit_stats":{"total_commits":151,"total_committers":3,"mean_commits":"50.333333333333336","dds":0.0927152317880795,"last_synced_commit":"2ca2e78f54f1b3689e625d445d1c22f8f4845789"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/arokettu/monsterid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arokettu%2Fmonsterid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arokettu%2Fmonsterid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arokettu%2Fmonsterid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arokettu%2Fmonsterid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arokettu","download_url":"https://codeload.github.com/arokettu/monsterid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arokettu%2Fmonsterid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267133958,"owners_count":24040789,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["avatar","avatar-generator","avatar-placeholder","monsterid","php"],"created_at":"2024-10-15T01:28:20.048Z","updated_at":"2025-07-26T07:13:14.796Z","avatar_url":"https://github.com/arokettu.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"= MonsterID\n\n:DonPark:               http://www.docuverse.com/blog/donpark/2007/01/18/visual-security-9-block-ip-identification\n:CombinatoricCritters:  http://www.levitated.net/bones/walkingFaces/index.html\n\nlink:https://packagist.org/packages/arokettu/monsterid[image:https://img.shields.io/packagist/v/arokettu/monsterid.svg?style=flat-square[Packagist]]\nlink:https://packagist.org/packages/arokettu/monsterid[image:https://img.shields.io/packagist/php-v/arokettu/monsterid.svg?style=flat-square[PHP]]\nlink:https://opensource.org/licenses/MIT[image:https://img.shields.io/github/license/arokettu/monsterid.svg?style=flat-square[license]]\nlink:https://gitlab.com/sandfox/monsterid/-/pipelines[image:https://img.shields.io/gitlab/pipeline/sandfox/monsterid/master.svg?style=flat-square[Gitlab pipeline status]]\nlink:https://codecov.io/gl/sandfox/monsterid/[image:https://img.shields.io/codecov/c/gl/sandfox/monsterid?style=flat-square[Codecov]]\n\nMonsterID is a method to generate a unique monster image based upon a certain identifier\n(IP address, email address, whatever).\nIt can be used to automatically provide personal avatar images in blog comments or other community services.\n\nimage:docs/images/example.png[Monster Example]\n\nMonsterID was inspired by a post by link:{DonPark}[Don Park] and the link:{CombinatoricCritters}[Combinatoric Critters].\n\n== Installation\n\nInstall it with Composer\n\n[source,bash]\n----\ncomposer require 'arokettu/monsterid'\n----\n\n== Usage\n\n[source,php]\n----\n\u003c?php\n\nuse function Arokettu\\MonsterID\\build_monster;\n\nheader('Content-type: image/png');\necho build_monster('sandfox@sandfox.me', 150);\n----\n\nRead full documentation here: \u003chttps://sandfox.dev/php/monsterid.html\u003e\n\nAlso on Read the Docs: \u003chttps://monsterid.readthedocs.io/\u003e\n\n== License\n\n:AndreasGohr:   https://www.splitbrain.org\n:mit:           https://opensource.org/licenses/MIT\n:SandFox:       https://sandfox.me/\n:upstream:      https://github.com/splitbrain/monsterID\n\nAll graphics were created by link:{AndreasGohr}[Andreas Gohr].\nThe source code and the graphics are provided under the link:{mit}[MIT License].\n\nUpgraded and maintained by link:{SandFox}[Anton \"Sand Fox\" Smirnov].\n\nOriginal implementation can be found link:{upstream}[here].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farokettu%2Fmonsterid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farokettu%2Fmonsterid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farokettu%2Fmonsterid/lists"}