{"id":15450555,"url":"https://github.com/georgeboot/artisan-queue-laravel","last_synced_at":"2025-08-02T11:09:45.983Z","repository":{"id":30181227,"uuid":"33731803","full_name":"georgeboot/Artisan-Queue-Laravel","owner":"georgeboot","description":"Queue artisan commands for later execution","archived":false,"fork":false,"pushed_at":"2015-04-22T14:19:36.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T09:21:35.160Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"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/georgeboot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-10T14:08:40.000Z","updated_at":"2017-11-30T13:03:24.000Z","dependencies_parsed_at":"2022-08-28T05:50:12.945Z","dependency_job_id":null,"html_url":"https://github.com/georgeboot/Artisan-Queue-Laravel","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/georgeboot/Artisan-Queue-Laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgeboot%2FArtisan-Queue-Laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgeboot%2FArtisan-Queue-Laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgeboot%2FArtisan-Queue-Laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgeboot%2FArtisan-Queue-Laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/georgeboot","download_url":"https://codeload.github.com/georgeboot/Artisan-Queue-Laravel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgeboot%2FArtisan-Queue-Laravel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268378811,"owners_count":24240896,"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-08-02T02:00:12.353Z","response_time":74,"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":[],"created_at":"2024-10-01T21:06:20.545Z","updated_at":"2025-08-02T11:09:45.959Z","avatar_url":"https://github.com/georgeboot.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Queue Artisan commands in Laravel\n\nAdds a method to place artisan commands in the queue.\n\n# Usage\n\n    Queue::artisan(command, optional array arguments)\n\nFor example\n\n    // equivalent to php artisan migrate:refresh\n    Queue::artisan('migrate:refresh') // for whatever reason you want to queue this command\n\n    // equivalent for php artisan your-own-command:task parameter=value --optional=optionalValue\n    Queue::artisan('your-own-command:task', array('parameter' =\u003e 'value', '--optional' =\u003e 'optionalValue'))\n\n# Installation\n\nAdd to composer\n\n    \"aveley/artisan-queue\": \"dev-master\"\n\nUpdate your composer\n\n    composer update\n\nIn app/config/app.php -\u003e aliases change this line\n\n    'Queue'           =\u003e 'Illuminate\\Support\\Facades\\Queue',\nto\n\n    'Queue'           =\u003e 'Aveley\\Artisanqueue\\Queue',\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgeboot%2Fartisan-queue-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeorgeboot%2Fartisan-queue-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgeboot%2Fartisan-queue-laravel/lists"}