{"id":27185327,"url":"https://github.com/yuges-code/laravel-groupable","last_synced_at":"2025-09-06T18:50:27.500Z","repository":{"id":287034116,"uuid":"962917808","full_name":"yuges-code/laravel-groupable","owner":"yuges-code","description":"Package for easily attaching groups to Laravel eloquent models 🗃️ 📂 📚","archived":false,"fork":false,"pushed_at":"2025-04-11T12:54:01.000Z","size":635,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T15:05:40.916Z","etag":null,"topics":["groups","laravel","morphable","package","php","yuges"],"latest_commit_sha":null,"homepage":"https://yuges-code.github.io/laravel-groupable/","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/yuges-code.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"yuges-code"}},"created_at":"2025-04-08T21:53:47.000Z","updated_at":"2025-04-11T12:54:04.000Z","dependencies_parsed_at":"2025-04-11T14:41:29.272Z","dependency_job_id":"a1e5a19b-c863-4375-bad5-6dbf29b01188","html_url":"https://github.com/yuges-code/laravel-groupable","commit_stats":null,"previous_names":["yuges-code/laravel-groupable"],"tags_count":0,"template":false,"template_full_name":"yuges-code/laravel-package-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuges-code%2Flaravel-groupable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuges-code%2Flaravel-groupable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuges-code%2Flaravel-groupable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuges-code%2Flaravel-groupable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuges-code","download_url":"https://codeload.github.com/yuges-code/laravel-groupable/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248592203,"owners_count":21130204,"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":["groups","laravel","morphable","package","php","yuges"],"created_at":"2025-04-09T17:46:20.073Z","updated_at":"2025-09-06T18:50:27.467Z","avatar_url":"https://github.com/yuges-code.png","language":"PHP","readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/yuges-code/laravel-groupable/master/assets/logo.png\"\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cb\u003eBuild\u003cb\u003e\n    \u003cdiv\u003e\n        \u003cimg\n            alt=\"GitHub Branch Check Runs\"\n            src=\"https://img.shields.io/github/check-runs/yuges-code/laravel-groupable/main\"\n        \u003e\n        \u003cimg\n            alt=\"GitHub Tests Action Status\"\n            src=\"https://img.shields.io/github/actions/workflow/status/yuges-code/laravel-groupable/testing.yml?branch=main\u0026label=tests\u0026style=flat-square\"\n        \u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cb\u003eProject\u003c/b\u003e\n    \u003cdiv\u003e\n        \u003cimg alt=\"GitHub Release\" src=\"https://img.shields.io/github/v/release/yuges-code/laravel-groupable\"\u003e\n        \u003cimg alt=\"Packagist Downloads\" src=\"https://img.shields.io/packagist/dt/yuges-code/laravel-groupable\"\u003e\n        \u003cimg alt=\"GitHub License\" src=\"https://img.shields.io/github/license/yuges-code/laravel-groupable\"\u003e\n        \u003cimg alt=\"Packagist Stars\" src=\"https://img.shields.io/packagist/stars/yuges-code/laravel-groupable\"\u003e\n        \u003cimg\n            alt=\"Packagist Dependency Version\"\n            src=\"https://img.shields.io/packagist/dependency-v/yuges-code/laravel-groupable/php\"\n        \u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cb\u003eQuality\u003c/b\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eLaravel Groupable\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch3\u003e🗃️ Package for easily attaching groups to Laravel eloquent models\u003c/h3\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n# 💿 Installation\n\n### → Composer\n\nYou can install the package via composer:\n\n```\ncomposer require yuges-code/laravel-groupable\n```\n\n### → Publishing Config\n\nPublishing the config file (config/groupable.php) is optional:\n\n```\nphp artisan vendor:publish --provider=\"Yuges\\Groupable\\Providers\\GroupableServiceProvider\" --tag=\"groupable-configs\"\n```\n\n### → Publishing Migrations\n\nYou need to publish the migration to create the groups table:\n\n```\nphp artisan vendor:publish --provider=\"Yuges\\Groupable\\Providers\\GroupableServiceProvider\" --tag=\"groupable-migrations\"\n```\n\n### → Running Migrations\n\nAfter that, you need to run migrations:\n\n```\nphp artisan migrate\n```\n\n\u003cbr\u003e\n\n# 🧪 Running Tests\n\n### → PHPUnit tests\n\nTo run tests, run the following command:\n\n```\ncomposer test\n```\n\n\u003cbr\u003e\n\n# ⚖️ License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n\n\u003cbr\u003e\n\n# 🙆🏼‍♂️ Authors Information\n\nCreated in 2025 by:\n\n- [Yuges-code](https://github.com/yuges-code)\n- [All Contributors](../../contributors)\n","funding_links":["https://github.com/sponsors/yuges-code"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuges-code%2Flaravel-groupable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuges-code%2Flaravel-groupable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuges-code%2Flaravel-groupable/lists"}