PHPackages                             optimistdigital/laravel-console-over-http - 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. [CLI &amp; Console](/categories/cli)
4. /
5. optimistdigital/laravel-console-over-http

ActiveLibrary[CLI &amp; Console](/categories/cli)

optimistdigital/laravel-console-over-http
=========================================

Run console commands over HTTP connection for Laravel applications.

2.0.4(2y ago)212.4kMITPHP

Since Dec 1Pushed 2y ago2 watchersCompare

[ Source](https://github.com/outl1ne/laravel-console-over-http)[ Packagist](https://packagist.org/packages/optimistdigital/laravel-console-over-http)[ RSS](/packages/optimistdigital-laravel-console-over-http/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (13)Used By (0)

Laravel Console over HTTP
=========================

[](#laravel-console-over-http)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0b16698dbc7554b0959160c824c0aa365d21acf3afc6ed328dd15d5732b807d1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f75746c316e652f6c61726176656c2d636f6e736f6c652d6f7665722d687474702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/outl1ne/laravel-console-over-http)[![Total Downloads](https://camo.githubusercontent.com/6ee9d8ec52f255d77693ceecc661424ca7256b974c265873273fdfa37957a76f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f75746c316e652f6c61726176656c2d636f6e736f6c652d6f7665722d687474702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/outl1ne/laravel-console-over-http)

Run console commands over HTTP connection for [Laravel](https://laravel.com) applications.

Creates a route with a path `/console` that runs the command from HTTP parameters in a console.

Usage
-----

[](#usage)

In `routes/web.php` add a line:

```
ConsoleOverHttp::endpoint();

```

Configure an environment variable `CONSOLE_OVER_HTTP_TOKEN` to secure the endpoint.

Visit the route in your app, e.g. [http://localhost:4000/console?command=php%20artisan%20inspire&amp;token=your-token](http://localhost:4000/console?command=php%20artisan%20inspire&token=your-token)

### Example - insecure usage

[](#example---insecure-usage)

```
ConsoleOverHttp::endpoint()->insecure();

```

Or set the environment variable `CONSOLE_OVER_HTTP_INSECURE=true`.

### Example - custom authentication logic

[](#example---custom-authentication-logic)

```
ConsoleOverHttp::endpoint()->auth(function () {
    return \Auth::check();
});

```

Installation
------------

[](#installation)

Install the package in a Laravel project via Composer:

```
composer require outl1ne/laravel-console-over-http

```

Credits
-------

[](#credits)

- [Allan Tatter](https://github.com/allantatter)

License
-------

[](#license)

Laravel Console over HTTP is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~87 days

Recently: every ~152 days

Total

11

Last Release

743d ago

Major Versions

1.0.5 → 2.0.02022-08-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/433de02217a2d53550a5faf2b84337a9064cc6f1f85b1fc2b457f13dc21126d4?d=identicon)[allantatter](/maintainers/allantatter)

---

Top Contributors

[![allantatter](https://avatars.githubusercontent.com/u/386999?v=4)](https://github.com/allantatter "allantatter (15 commits)")[![richard-raadi](https://avatars.githubusercontent.com/u/69033947?v=4)](https://github.com/richard-raadi "richard-raadi (3 commits)")[![Tarpsvo](https://avatars.githubusercontent.com/u/2018660?v=4)](https://github.com/Tarpsvo "Tarpsvo (2 commits)")

---

Tags

consolelaraveloutl1ne

### Embed Badge

![Health badge](/badges/optimistdigital-laravel-console-over-http/health.svg)

```
[![Health](https://phpackages.com/badges/optimistdigital-laravel-console-over-http/health.svg)](https://phpackages.com/packages/optimistdigital-laravel-console-over-http)
```

###  Alternatives

[magentron/laravel-blade-lint

Laravel Blade Lint console command

16534.2k](/packages/magentron-laravel-blade-lint)[shomisha/laravel-console-wizard

This package offers a framework for creating interactive console wizards within your Laravel applications.

1337.6k1](/packages/shomisha-laravel-console-wizard)[perryvandermeer/laravel-console-validator

Validate arguments for Laravel commands

108.9k](/packages/perryvandermeer-laravel-console-validator)

PHPackages © 2026

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