PHPackages                             scollins/laravel-expose - 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. scollins/laravel-expose

ActiveLibrary

scollins/laravel-expose
=======================

1.0.1(9y ago)3681MITPHP

Since Jul 27Pushed 9y ago2 watchersCompare

[ Source](https://github.com/MightySCollins/Laravel-Expose)[ Packagist](https://packagist.org/packages/scollins/laravel-expose)[ RSS](/packages/scollins-laravel-expose/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Laravel Expose
--------------

[](#laravel-expose)

[![License](https://camo.githubusercontent.com/fd4f5d4b22d26d4b494e2649b1be96903f8a2ed414dd4ff8424001b0e28b05bf/68747470733a2f2f706f7365722e707567782e6f72672f73636f6c6c696e732f6c61726176656c2d6578706f73652f6c6963656e7365)](https://packagist.org/packages/scollins/laravel-expose)[![Latest Stable Version](https://camo.githubusercontent.com/1764eb6adbf4a2adf754590823f0edcd3f852550593207f49b5ebd3b3276f8b3/68747470733a2f2f706f7365722e707567782e6f72672f73636f6c6c696e732f6c61726176656c2d6578706f73652f762f737461626c65)](https://packagist.org/packages/scollins/laravel-expose)[![Total Downloads](https://camo.githubusercontent.com/a43c1563699bdec8956857cf8b35ef67dde2601e209f42c8041ad27e302ec5f1/68747470733a2f2f706f7365722e707567782e6f72672f73636f6c6c696e732f6c61726176656c2d6578706f73652f646f776e6c6f616473)](https://packagist.org/packages/scollins/laravel-expose)

This package allows you to use [Expose](https://github.com/enygma/expose) in Laravel with support for caching ad queuing.

Install
-------

[](#install)

First grab a copy with composer

```
$ composer require scollins/laravel-expose
```

You can also manually add it to your composer.json and run `composer update`

```
{
    "require": {
        "scollins/laravel-expose": "^1.0"
    }
}
```

Add the service provider to your `config\app.php` file

- `SCollins\LaravelExpose\ExposeServiceProvider::class`

Add the facade

- `'Expose' => SCollins\LaravelExpose\Facades\Expose::class`

Add the Middleware to your `kernel.php`

- `\SCollins\LaravelExpose\Middleware\Expose::class`

It should now run on any requests with input and add the Job to your queue. While your queue is running it will analyse the requests and log any high values.

It uses the Cache to store the requests which could contain sensitive information, use the ignore config option to exclude this.

Todo
----

[](#todo)

- Improve formatting of violations

License
-------

[](#license)

Laravel Expose is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity64

Established project with proven stability

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 ~27 days

Total

2

Last Release

3549d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dc8c131e9c712f4962495093e0b7cb484902d84cdcb0c679a86e506074e83e3f?d=identicon)[SCollins](/maintainers/SCollins)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/scollins-laravel-expose/health.svg)

```
[![Health](https://phpackages.com/badges/scollins-laravel-expose/health.svg)](https://phpackages.com/packages/scollins-laravel-expose)
```

PHPackages © 2026

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