{"id":13531381,"url":"https://github.com/laravel-admin-extensions/scheduling","last_synced_at":"2025-09-23T10:49:55.064Z","repository":{"id":23717102,"uuid":"99676857","full_name":"laravel-admin-extensions/scheduling","owner":"laravel-admin-extensions","description":"Scheduling task manager for laravel-admin","archived":false,"fork":false,"pushed_at":"2021-10-11T09:17:56.000Z","size":25,"stargazers_count":93,"open_issues_count":10,"forks_count":33,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-05T01:39:59.400Z","etag":null,"topics":["laravel","laravel-admin","scheduling"],"latest_commit_sha":null,"homepage":"http://laravel-admin.org/","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/laravel-admin-extensions.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":"2017-08-08T09:43:36.000Z","updated_at":"2024-09-24T08:46:20.000Z","dependencies_parsed_at":"2022-07-27T04:17:15.436Z","dependency_job_id":null,"html_url":"https://github.com/laravel-admin-extensions/scheduling","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/laravel-admin-extensions/scheduling","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fscheduling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fscheduling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fscheduling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fscheduling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laravel-admin-extensions","download_url":"https://codeload.github.com/laravel-admin-extensions/scheduling/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-admin-extensions%2Fscheduling/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273699717,"owners_count":25152284,"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-09-04T02:00:08.968Z","response_time":61,"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-admin","scheduling"],"created_at":"2024-08-01T07:01:02.505Z","updated_at":"2025-09-23T10:49:50.013Z","avatar_url":"https://github.com/laravel-admin-extensions.png","language":"PHP","funding_links":[],"categories":["扩展包"],"sub_categories":["工具类扩展包"],"readme":"Scheduling task manager for laravel-admin\n============================\n\n[![StyleCI](https://styleci.io/repos/99676857/shield?branch=master)](https://styleci.io/repos/99676857)\n[![Packagist](https://img.shields.io/packagist/l/laravel-admin-ext/scheduling.svg?maxAge=2592000)](https://packagist.org/packages/laravel-admin-ext/scheduling)\n[![Total Downloads](https://img.shields.io/packagist/dt/laravel-admin-ext/scheduling.svg?style=flat-square)](https://packagist.org/packages/laravel-admin-ext/scheduling)\n[![Pull request welcome](https://img.shields.io/badge/pr-welcome-green.svg?style=flat-square)]()\n\nA web interface for manage task scheduling in laravel.\n\n[Documentation](http://laravel-admin.org/docs/#/en/extension-scheduling) | [中文文档](http://laravel-admin.org/docs/#/zh/extension-scheduling)\n\n## Screenshot\n\n![wx20170810-101048](https://user-images.githubusercontent.com/1479100/29151552-8affc0b2-7db4-11e7-932a-a10d8a42ec50.png)\n\n## Installation\n\n```\n$ composer require laravel-admin-ext/scheduling\n\n\n$ php artisan admin:import scheduling\n```\n\nOpen `http://your-host/admin/scheduling`.\n\nTry to add a scheduling task in `app/Console/Kernel.php` like this:\n\n```php\nclass Kernel extends ConsoleKernel\n{\n    protected function schedule(Schedule $schedule)\n    {\n        $schedule-\u003ecommand('inspire')-\u003eeveryTenMinutes();\n        \n        $schedule-\u003ecommand('route:list')-\u003edailyAt('02:00');\n    }\n}\n\n```\n\nAnd you can find these tasks in scheduling panel.\n\nLicense\n------------\nLicensed under [The MIT License (MIT)](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravel-admin-extensions%2Fscheduling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaravel-admin-extensions%2Fscheduling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravel-admin-extensions%2Fscheduling/lists"}