PHPackages                             wbjson/dcat-admin-crontab-extension - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. wbjson/dcat-admin-crontab-extension

ActiveLibrary

wbjson/dcat-admin-crontab-extension
===================================

crontab extension for dcat-admin

01PHP

Since Feb 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/DearJson/dcat-ext-taskscheduling)[ Packagist](https://packagist.org/packages/wbjson/dcat-admin-crontab-extension)[ RSS](/packages/wbjson-dcat-admin-crontab-extension/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Crontab extension for dcat-admin
================================

[](#crontab-extension-for-dcat-admin)

[Crontab](https://github.com/ArrowJustDoIt/dcat-admin-crontab-extension)是一个dcat-admin后台的定时任务扩展插件,你可以通过此插件定时执行shell、sql以及访问指定链接

[laravel-admin版本](https://github.com/ArrowJustDoIt/Crontab)

安装
--

[](#安装)

```
composer require arrowjustdoit/dcat-admin-crontab-extension
php artisan migrate
```

配置
--

[](#配置)

在`config/admin.php`文件的`extensions`配置部分，加上属于这个扩展的配置

```
    'extensions' => [

        'crontab' => [

            // 如果要关掉这个扩展，设置为false
            'enable' => true,
        ]
    ]
```

在服务器中配置crontab

```
crontab -e //回车
* * * * * php /your web dir/artisan autotask:run >>/home/crontab.log 2>&1 //>>后面为日志文件保存地址,可加可不加

```

访问
--

[](#访问)

```
https://your domain/admin/crontab #定时任务列表
https://your domain/admin/crontabLog #定时任务日志列表

```

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/92c91913315a991988ed9e7f76fa79c030c5d4893bf93edd2286f11ff20caa4a?d=identicon)[jsons](/maintainers/jsons)

---

Top Contributors

[![ojasonhurst](https://avatars.githubusercontent.com/u/17826276?v=4)](https://github.com/ojasonhurst "ojasonhurst (1 commits)")

### Embed Badge

![Health badge](/badges/wbjson-dcat-admin-crontab-extension/health.svg)

```
[![Health](https://phpackages.com/badges/wbjson-dcat-admin-crontab-extension/health.svg)](https://phpackages.com/packages/wbjson-dcat-admin-crontab-extension)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
