{"id":19695633,"url":"https://github.com/foskym/flarum-custom-levels","last_synced_at":"2025-07-10T06:35:45.966Z","repository":{"id":196831022,"uuid":"697387002","full_name":"FoskyM/flarum-custom-levels","owner":"FoskyM","description":"Flarum Custom Levels, levels can be customized, and can trigger events.","archived":false,"fork":false,"pushed_at":"2024-08-29T13:16:25.000Z","size":293,"stargazers_count":2,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-18T14:55:43.032Z","etag":null,"topics":["custom","extension","flarum","level"],"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/FoskyM.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2023-09-27T16:14:11.000Z","updated_at":"2024-08-29T13:16:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"a48456da-9d46-487e-af0f-6f950824c462","html_url":"https://github.com/FoskyM/flarum-custom-levels","commit_stats":null,"previous_names":["foskym/flarum-custom-levels"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/FoskyM/flarum-custom-levels","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FoskyM%2Fflarum-custom-levels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FoskyM%2Fflarum-custom-levels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FoskyM%2Fflarum-custom-levels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FoskyM%2Fflarum-custom-levels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FoskyM","download_url":"https://codeload.github.com/FoskyM/flarum-custom-levels/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FoskyM%2Fflarum-custom-levels/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264538588,"owners_count":23624437,"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":["custom","extension","flarum","level"],"created_at":"2024-11-11T19:29:05.058Z","updated_at":"2025-07-10T06:35:45.904Z","avatar_url":"https://github.com/FoskyM.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom Levels\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/foskym/flarum-custom-levels.svg)](https://packagist.org/packages/foskym/flarum-custom-levels) [![Total Downloads](https://img.shields.io/packagist/dt/foskym/flarum-custom-levels.svg)](https://packagist.org/packages/foskym/flarum-custom-levels)\n\nA [Flarum](http://flarum.org) extension. Flarum Custom Levels, levels can be customized, and can trigger events.\n\n## Better combinations\n- this.\n- `xypp/forum-quests`. Forum Quests, reward exp.\n- `fof/user-directory`. User Directory, sort by exp.\n   - `foskym/flarum-better-user-directory`. Leaderboard podium style for user directory.\n- `v17development/flarum-user-badges`. User Badges.\n- `xypp/flarum-websocket-notification`. Realtime Notification.\n- `askvortsov/flarum-auto-moderator`. Auto assign badges or other action when exp updated.\n\n## Usage\n### set the levels\n![image](https://github.com/user-attachments/assets/dfdeeb12-8555-428e-9702-266b58fa3f92)\n\n### if you've installed `xypp/forum-quests` ever and quests done, you can run this command\n`php flarum foskym:custom-levels:refresh-quest`\n\n### or you should set the reward exp, then run this command \n`php flarum foskym:custom-levels:refresh`\n\n### set the display format\n![image](https://github.com/user-attachments/assets/3ea0fee3-b852-4390-bf22-b6c0b97795d3)\n\n### you can see the exp logs\n![image](https://github.com/user-attachments/assets/9c718859-05d5-42a7-bba1-eb68f377e6e6)\n\n### Support\n- [askvortsov/flarum-auto-moderator](https://github.com/askvortsov1/flarum-automod) Modify `exp` when triggering events\n- [xypp/forum-quests](https://github.com/zxy19/flarum-forum-quests) Reward `exp` when completing tasks\n- [xypp/store](https://github.com/zxy19/store) Purchase `exp` with `money` in Store\n- [fof/user-directory](https://github.com/FriendsOfFlarum/user-directory) Sorting users by `exp`\n- [nodeloc/flarum-ext-leaderboard](https://github.com/nodeloc/flarum-ext-leaderboard) Sorting users by `exp`\n\n## Installation\n\nInstall with composer:\n\n```sh\ncomposer require foskym/flarum-custom-levels:\"*\"\n```\n\n## Command\n\n```sh\nphp flarum foskym:custom-levels:detete-exp-logs  # Delete Exp Logs\nphp flarum foskym:custom-levels:refresh # Refresh Exp by settings\nphp flarum foskym:custom-levels:refresh-quest # Refresh Exp by Done quests\n```\n\n## Updating\n\n```sh\ncomposer update foskym/flarum-custom-levels:\"*\"\nphp flarum migrate\nphp flarum cache:clear\n```\n\n## Links\n\n- [Packagist](https://packagist.org/packages/foskym/flarum-custom-levels)\n- [GitHub](https://github.com/foskym/flarum-custom-levels)\n- [Discuss](https://discuss.flarum.org/d/34761-custom-levels)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoskym%2Fflarum-custom-levels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoskym%2Fflarum-custom-levels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoskym%2Fflarum-custom-levels/lists"}