{"id":19316218,"url":"https://github.com/userfrosting/extend-user","last_synced_at":"2025-09-10T16:42:59.893Z","repository":{"id":46799401,"uuid":"81640261","full_name":"userfrosting/extend-user","owner":"userfrosting","description":"Example sprinkle for extending the User class to contain additional fields","archived":false,"fork":false,"pushed_at":"2024-04-28T23:02:48.000Z","size":208,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"5.0","last_synced_at":"2025-07-30T13:54:31.834Z","etag":null,"topics":["userfrosting","userfrosting-sprinkle"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/userfrosting.png","metadata":{"files":{"readme":"README.md","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,"zenodo":null},"funding":{"github":null,"patreon":null,"open_collective":"userfrosting","ko_fi":"lcharette","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-02-11T08:19:35.000Z","updated_at":"2024-04-28T23:02:52.000Z","dependencies_parsed_at":"2024-04-28T03:50:54.420Z","dependency_job_id":"809c5133-63be-4b21-8bad-fc7f279fbfc4","html_url":"https://github.com/userfrosting/extend-user","commit_stats":{"total_commits":22,"total_committers":3,"mean_commits":7.333333333333333,"dds":"0.13636363636363635","last_synced_commit":"ebb572dae918e8ac68e2522664ffb2977005872b"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/userfrosting/extend-user","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userfrosting%2Fextend-user","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userfrosting%2Fextend-user/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userfrosting%2Fextend-user/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userfrosting%2Fextend-user/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/userfrosting","download_url":"https://codeload.github.com/userfrosting/extend-user/tar.gz/refs/heads/5.0","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userfrosting%2Fextend-user/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274488327,"owners_count":25294710,"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-09-10T02:00:12.551Z","response_time":83,"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":["userfrosting","userfrosting-sprinkle"],"created_at":"2024-11-10T01:10:31.592Z","updated_at":"2025-09-10T16:42:59.871Z","avatar_url":"https://github.com/userfrosting.png","language":"PHP","funding_links":["https://opencollective.com/userfrosting","https://ko-fi.com/lcharette"],"categories":[],"sub_categories":[],"readme":"# User Extension Sprinkle (UserFrosting 5)\n\n[![Version](https://img.shields.io/github/v/release/userfrosting/extend-user?include_prereleases)](https://github.com/userfrosting/extend-user/releases)\n![PHP Version](https://img.shields.io/badge/php-%5E8.1-brightgreen)\n[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)\n[![Build](https://img.shields.io/github/actions/workflow/status/userfrosting/extend-user/Build.yml?branch=5.0\u0026logo=github)](https://github.com/userfrosting/extend-user/actions)\n[![Codecov](https://codecov.io/gh/userfrosting/extend-user/branch/5.0/graph/badge.svg)](https://app.codecov.io/gh/userfrosting/extend-user/branch/5.0)\n[![StyleCI](https://github.styleci.io/repos/372359383/shield?branch=5.0\u0026style=flat)](https://github.styleci.io/repos/372359383)\n[![PHPStan](https://img.shields.io/github/actions/workflow/status/userfrosting/extend-user/PHPStan.yml?branch=5.0\u0026label=PHPStan)](https://github.com/userfrosting/extend-user/actions/workflows/PHPStan.yml)\n[![Join the chat](https://img.shields.io/badge/Chat-UserFrosting-brightgreen?logo=Rocket.Chat)](https://chat.userfrosting.com)\n[![Donate](https://img.shields.io/badge/Open_Collective-Donate-blue?logo=Open%20Collective)](https://opencollective.com/userfrosting#backer)\n[![Donate](https://img.shields.io/badge/Ko--fi-Donate-blue?logo=ko-fi\u0026logoColor=white)](https://ko-fi.com/lcharette)\n\nExample sprinkle for extending the User class to contain additional fields. [See the learn documentation for more information](https://learn.userfrosting.com/recipes/extending-the-user-model).\n\n# Installation\n\nThis sprinkle/example can be installed like any UserFrosting application or skeleton. See the [installation guide](https://learn.userfrosting.com/installation) for the required config and more info on the installation steps.\n\n## Quick start\n\n```bash\ngit clone https://github.com/userfrosting/extend-user.git\ncd extend-user\ncomposer install\nphp bakery bake\nphp bakery serve\n```\n\nYou can now access UserFrosting at : http://localhost:8080\n\n## Docker \n\nTo run inside docker :\n```bash\ngit clone https://github.com/userfrosting/extend-user.git\ncd extend-user\ndocker-compose build --no-cache\ndocker-compose up -d\ndocker-compose exec app composer install\ndocker-compose exec app php bakery bake\n```\n\nYou can now access UserFrosting at : http://localhost:8080\n\n## Documentation\n- [Changelog](CHANGELOG.md)\n- [Issues](https://github.com/userfrosting/UserFrosting/issues)\n- [License](LICENSE.md)\n- [Style Guide](https://github.com/userfrosting/.github/blob/main/.github/STYLE-GUIDE.md)\n\n## Contributing\n\nThis project exists thanks to all the people who contribute. If you're interested in contributing to the UserFrosting codebase, please see our [contributing guidelines](https://github.com/userfrosting/.github/blob/main/.github/CONTRIBUTING.md) as well as our [style guidelines](https://github.com/userfrosting/.github/blob/main/.github/STYLE-GUIDE.md).\n\n[![](https://opencollective.com/userfrosting/contributors.svg?width=890\u0026button=true)](https://github.com/userfrosting/sprinkle-core/graphs/contributors)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserfrosting%2Fextend-user","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuserfrosting%2Fextend-user","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserfrosting%2Fextend-user/lists"}