{"id":22354454,"url":"https://github.com/mcmatters/laravel-user-commands","last_synced_at":"2026-04-17T10:03:39.558Z","repository":{"id":62526168,"uuid":"95605211","full_name":"MCMatters/laravel-user-commands","owner":"MCMatters","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-14T09:04:38.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-22T22:51:24.719Z","etag":null,"topics":["laravel","laravel-command","laravel-package"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MCMatters.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-27T22:12:36.000Z","updated_at":"2020-06-14T09:04:30.000Z","dependencies_parsed_at":"2022-11-02T15:45:39.403Z","dependency_job_id":null,"html_url":"https://github.com/MCMatters/laravel-user-commands","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/MCMatters/laravel-user-commands","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Flaravel-user-commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Flaravel-user-commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Flaravel-user-commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Flaravel-user-commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MCMatters","download_url":"https://codeload.github.com/MCMatters/laravel-user-commands/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Flaravel-user-commands/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280840647,"owners_count":26400396,"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-10-24T02:00:06.418Z","response_time":73,"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":["laravel","laravel-command","laravel-package"],"created_at":"2024-12-04T13:12:57.447Z","updated_at":"2025-10-24T17:50:08.806Z","avatar_url":"https://github.com/MCMatters.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Laravel User Commands\n\nPackage with laravel user commands.\n\n### Installation\n\n```bash\ncomposer require mcmatters/laravel-user-commands\n```\n\nInclude the service provider within your `config/app.php` file.\n\n```php\n'providers' =\u003e [\n    McMatters\\UserCommands\\ServiceProvider::class,\n]\n```\n\nPublish the configuration.\n\n```bash\nphp artisan vendor:publish --provider=\"McMatters\\UserCommands\\ServiceProvider\"\n```\n\nThen open the `config/user-commands.php` and configure namespaces for your models.\n\n### Requirements\n\nThis package requires php `7.0` or higher and Laravel `5.2` or higher.\n\n### Usage\n\nAvailable commands:\n\n* `php artisan user:assign-role {user} {role}` - Attach role for given user\n* `php artisan user:sanitize` - Sanitize all user emails. You can configure which users should be taken through the scopes\n* `php artisan user:update-password {user}` - Update password for given user\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcmatters%2Flaravel-user-commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcmatters%2Flaravel-user-commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcmatters%2Flaravel-user-commands/lists"}