{"id":16792883,"url":"https://github.com/al-one/laravel-queue-file","last_synced_at":"2025-04-10T23:52:35.859Z","repository":{"id":53025525,"uuid":"220167404","full_name":"al-one/laravel-queue-file","owner":"al-one","description":"File based driver for Laravel Queue","archived":false,"fork":false,"pushed_at":"2022-08-04T10:06:31.000Z","size":19,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-24T18:12:56.236Z","etag":null,"topics":["file-based","illuminate","laravel","laravel-queues"],"latest_commit_sha":null,"homepage":null,"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/al-one.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":"2019-11-07T06:30:52.000Z","updated_at":"2024-09-10T14:24:35.000Z","dependencies_parsed_at":"2022-08-21T07:50:52.196Z","dependency_job_id":null,"html_url":"https://github.com/al-one/laravel-queue-file","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al-one%2Flaravel-queue-file","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al-one%2Flaravel-queue-file/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al-one%2Flaravel-queue-file/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al-one%2Flaravel-queue-file/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/al-one","download_url":"https://codeload.github.com/al-one/laravel-queue-file/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247779689,"owners_count":20994573,"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":["file-based","illuminate","laravel","laravel-queues"],"created_at":"2024-10-13T08:47:36.811Z","updated_at":"2025-04-10T23:52:35.842Z","avatar_url":"https://github.com/al-one.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File based driver for Laravel Queue\n\n## Installing\n\n```\n# composer.json\n\n\"minimum-stability\": \"dev\",\n\"prefer-stable\": true,\n```\n\n```sh\n$ composer require \"al-one/laravel-queue-file\" -vvv\n```\n\n\n## Usage\n\n```php\n# config/queue.php\n\u003c?php\n\nreturn [\n    'default' =\u003e env('QUEUE_DRIVER','file'),\n    'connections' =\u003e [\n        'file' =\u003e [\n            'driver' =\u003e 'file',\n            //'path'   =\u003e 'app/queue', // use storage_path() if not start with \"/\"\n            //'queue'  =\u003e 'default',\n        ],\n    ],\n];\n```\n\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal-one%2Flaravel-queue-file","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fal-one%2Flaravel-queue-file","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal-one%2Flaravel-queue-file/lists"}