{"id":23086692,"url":"https://github.com/hmazter/laravel-log-queue","last_synced_at":"2025-08-16T05:32:05.948Z","repository":{"id":56985011,"uuid":"45411351","full_name":"hmazter/laravel-log-queue","owner":"hmazter","description":"Laravel 5+ package to push Queued jobs to the log","archived":false,"fork":false,"pushed_at":"2024-04-03T19:42:01.000Z","size":6,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-13T06:33:32.209Z","etag":null,"topics":["laravel","laravel-package","laravel-queue"],"latest_commit_sha":null,"homepage":"","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/hmazter.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-11-02T17:47:09.000Z","updated_at":"2024-07-31T13:24:44.000Z","dependencies_parsed_at":"2024-04-03T20:41:07.822Z","dependency_job_id":"63f01f02-74f0-438d-a303-84773a8f8cd0","html_url":"https://github.com/hmazter/laravel-log-queue","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"f0708749b7f9908d1174c98130232a88ad99dfa6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmazter%2Flaravel-log-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmazter%2Flaravel-log-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmazter%2Flaravel-log-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmazter%2Flaravel-log-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hmazter","download_url":"https://codeload.github.com/hmazter/laravel-log-queue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230014407,"owners_count":18159825,"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":["laravel","laravel-package","laravel-queue"],"created_at":"2024-12-16T19:29:47.838Z","updated_at":"2024-12-16T19:29:48.362Z","avatar_url":"https://github.com/hmazter.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Log Queue\n\nLaravel 5 package to push Queued jobs to the log file, \nprimary use case for this is in development when jobs should \nnot be executed but is saved for debug purposes\n\n## Install\n\nRequire this package with composer using the following command:\n\n```bash\ncomposer require hmazter/laravel-log-queue\n```\n\nAfter updating composer, add the service provider to the `providers` array in `config/app.php`\n\n```php\nHmazter\\LaravelLogQueue\\LogQueueServiceProvider::class,\n```\n\nAdd necesary config options to your `config/queue.php` and optionaly set `log` as default driver\n\n```php\n'log' =\u003e [\n    'driver' =\u003e 'log'\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmazter%2Flaravel-log-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhmazter%2Flaravel-log-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmazter%2Flaravel-log-queue/lists"}