PHPackages                             vojtasvoboda/oc-webartisan-plugin - 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. vojtasvoboda/oc-webartisan-plugin

ActiveOctober-plugin

vojtasvoboda/oc-webartisan-plugin
=================================

Webartisan plugin for OctoberCMS

1.0.4(2y ago)5107MITPHPPHP &gt;=5.4

Since Dec 16Pushed 2y ago2 watchersCompare

[ Source](https://github.com/vojtasvoboda/oc-webartisan-plugin)[ Packagist](https://packagist.org/packages/vojtasvoboda/oc-webartisan-plugin)[ Docs](https://github.com/vojtasvoboda/oc-webartisan-plugin)[ RSS](/packages/vojtasvoboda-oc-webartisan-plugin/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Web Artisan plugin for OctoberCMS
=================================

[](#web-artisan-plugin-for-octobercms)

[![Codacy](https://camo.githubusercontent.com/e6ba758c341b881636d475dc36439dee54270a6aacfa1a866a2fc506ace75c92/68747470733a2f2f696d672e736869656c64732e696f2f636f646163792f67726164652f35653938643833323366663634646635396362326265376635646235373966342e737667)](https://www.codacy.com/app/vojtasvoboda/oc-webartisan-plugin)[![Scrutinizer Coverage](https://camo.githubusercontent.com/866c1019f439f578f16266e28c06f210e27a6238ef2baa39c7f9a641fa99bb71/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f766f6a746173766f626f64612f6f632d7765626172746973616e2d706c7567696e2e737667)](https://scrutinizer-ci.com/g/vojtasvoboda/oc-webartisan-plugin/?branch=master)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://github.com/vojtasvoboda/oc-webartisan-plugin/blob/master/LICENSE)

Plugin allows you to run artisan commands by public URL. You can call this URL by `http`, `curl` or `wget`.

Example: `http://www.domain.com/artisan/v1/cache/clear/secret-hash`

This could be useful:

- when you **don't have SSH access** to your server and wants to run some commands
- when you **don't have access to /etc/crontab** and want to run scheduled tasks from outside
- when you **want to run scheduled tasks** by online CRON tools like webcron.org etc.
- when you **want to run commands** by services like IFTTT, Zapier, etc.
- for deployment and automated tasks

Tested with the latest stable OctoberCMS build 419 (with Laravel 5.5).

Important
---------

[](#important)

It is highly recommend to use SSL (https://) when invoking commands with Web Artisan. The secret hash can be stolen if SSL is not used.

Configuration
-------------

[](#configuration)

Before call any command you have to set secret hash at **Backend &gt; Settings &gt; System &gt; Web Artisan**. Run without secret hash is not possible due to security reasons.

For generating secret hash use some [random generator](http://gen.7ka.cz/?c=16).

Usage
-----

[](#usage)

General pattern is:

`http://www.domain.com/artisan/v1/{group}/{command}/{secret}`

Run command `cache:clear` by URL:

`http://www.domain.com/artisan/v1/cache/clear/1234567890abcdef`

Run command `schedule:run` by curl:

`curl http://www.domain.com/artisan/v1/schedule/run/1234567890abcdef`

Available commands
------------------

[](#available-commands)

Whitelist: auth:clear-resets, cache:clear, october:update, queue:flush, queue:forget, queue:restart, queue:retry, queue:work, route:clear, schedule:run, view:clear.

Wants more? [Override plugin's config file](http://octobercms.com/docs/plugin/settings#file-configuration) and add your commands as you wish.

Queued commands
---------------

[](#queued-commands)

You can queue commands so they are processed in the background by your queue workers. Before using this method, make sure you have configured your queue and are running a queue listener.

For running queue commands just put prefix `queued` before command

`http://www.domain.com/artisan/v1/queued/{group}/{command}/{secret}`

for example

`http://www.domain.com/artisan/v1/queued/october/update/1234567890abcdef`

TODO
----

[](#todo)

- pass Artisan to CommandRunner through constructor as Illuminate\\Console\\Application
- set hash also by config (when you want to fire october:up on stage server)

Contributing
------------

[](#contributing)

Please send Pull Request to the master branch.

License
-------

[](#license)

Web artisan plugin is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT) same as OctoberCMS platform.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 89.5% 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.

###  Release Activity

Cadence

Every ~789 days

Total

4

Last Release

1065d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/533ab9a0897c6c6754ac9baf2ad6e42ecbc2a57aa67c72b885fcc647c7ae6930?d=identicon)[VojtaSvoboda](/maintainers/VojtaSvoboda)

---

Top Contributors

[![vojtasvoboda](https://avatars.githubusercontent.com/u/374917?v=4)](https://github.com/vojtasvoboda "vojtasvoboda (17 commits)")[![atellier2](https://avatars.githubusercontent.com/u/10942114?v=4)](https://github.com/atellier2 "atellier2 (1 commits)")[![bombozama](https://avatars.githubusercontent.com/u/1273093?v=4)](https://github.com/bombozama "bombozama (1 commits)")

---

Tags

octobercms-pluginpluginoctoberwebartisan

### Embed Badge

![Health badge](/badges/vojtasvoboda-oc-webartisan-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/vojtasvoboda-oc-webartisan-plugin/health.svg)](https://phpackages.com/packages/vojtasvoboda-oc-webartisan-plugin)
```

###  Alternatives

[offline/oc-mall-plugin

E-commerce solution for October CMS

1744.6k2](/packages/offline-oc-mall-plugin)[abwebdevelopers/oc-imageresize-plugin

Image resizing made easy for October CMS

141.3k](/packages/abwebdevelopers-oc-imageresize-plugin)

PHPackages © 2026

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