PHPackages                             vinothvipin/lumen-artisan-service - 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. [Framework](/categories/framework)
4. /
5. vinothvipin/lumen-artisan-service

ActiveLibrary[Framework](/categories/framework)

vinothvipin/lumen-artisan-service
=================================

Adds Laravel Package Support in Lumen.

01PHP

Since Aug 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/vinothvipin/lumen-artisan-service)[ Packagist](https://packagist.org/packages/vinothvipin/lumen-artisan-service)[ RSS](/packages/vinothvipin-lumen-artisan-service/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Larasupport Package
===================

[](#larasupport-package)

> **Laravel Package Support for Lumen:** Makes Lumen compatible with Laravel Packages. You can use any Laravel Packages in Lumen by installing **Larasupport** Package.
>
> Laravel Packages make use of various global helpers that are not available in Lumen core by default which prevents us from using any Laravel Package in Lumen.
>
> This package adds the missing pieces to make Lumen compatible along with the support for `vendor:publish` artisan command and other features.

Quick Start
-----------

[](#quick-start)

### Install

[](#install)

You can add the package directly by firing this command

```
$ composer require vinothvipin/lumenArtisanService
```

#### Add Service Provider

[](#add-service-provider)

Add this service provider to your `bootstrap/app.php` file.

```
$app->register(vinothvipin\lumenArtisanService\Providers\ArtisanServiceProvider::class);
```

Artisan Service Provider is an optional provider required only if you want `vendor:publish` command working.

And you're done! You can now start installing any Laravel Package out there :)

Available Methods
-----------------

[](#available-methods)

> These helpers can be used across your Lumen project, not only with Laravel Packages.

### Paths

[](#paths)

#### app\_path

[](#app_path)

Get the fully qualified path to the `app` directory.

#### public\_path

[](#public_path)

Get the fully qualified path to the `public` directory. You can set env variable `PUBLIC_PATH` and it'll return the same instead of the default `public`.

#### config\_path

[](#config_path)

Get the fully qualified path to the `config` directory (Mostly used with Laravel Packages).

### Artisan

[](#artisan)

#### vendor:publish

[](#vendorpublish)

Artisan command to Publish any publishable assets from vendor packages (Required to get Laravel Packages working!).

```
php artisan vendor:publish
```

OR

```
php artisan vendor:publish --provider="Vendor\Providers\PackageServiceProvider"
```

### Other

[](#other)

#### route\_parameter

[](#route_parameter)

```
route_parameter($name, $default = null)
```

Get a given parameter from the route.

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

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://avatars.githubusercontent.com/u/6488988?v=4)[vinothvipin](/maintainers/vinothvipin)[@vinothvipin](https://github.com/vinothvipin)

---

Top Contributors

[![hepvinothvipin](https://avatars.githubusercontent.com/u/96462503?v=4)](https://github.com/hepvinothvipin "hepvinothvipin (3 commits)")

### Embed Badge

![Health badge](/badges/vinothvipin-lumen-artisan-service/health.svg)

```
[![Health](https://phpackages.com/badges/vinothvipin-lumen-artisan-service/health.svg)](https://phpackages.com/packages/vinothvipin-lumen-artisan-service)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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