PHPackages                             teepluss/explore - 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. teepluss/explore

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

teepluss/explore
================

apidocjs explorer for Laravel

2.0.1(9y ago)221.7k11[2 PRs](https://github.com/teepluss/laravel-explore/pulls)MITPHPPHP &gt;=5.4.0

Since Mar 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/teepluss/laravel-explore)[ Packagist](https://packagist.org/packages/teepluss/explore)[ Docs](https://github.com/teepluss/laravel-explore)[ RSS](/packages/teepluss-explore/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

Laravel RESTful explorer.
-------------------------

[](#laravel-restful-explorer)

### For Laravel 4, please use the [v1.x branch](https://github.com/teepluss/laravel-explore/tree/v1.x)!

[](#for-laravel-4-please-use-the-v1x-branch)

Explore is a RESTful explorer for [apiDoc](http://apidocjs.com/)

> This package will work after apiDoc installed.

[![ScreenShot](https://raw.githubusercontent.com/teepluss/laravel-explore/master/public/screenshots/sample.png)](https://raw.githubusercontent.com/teepluss/laravel-explore/master/public/screenshots/sample.png)

### Installation

[](#installation)

- [Explore on Packagist](https://packagist.org/packages/teepluss/explore)
- [Explore on GitHub](https://github.com/teepluss/laravel-explore)

To get the lastest version of Theme simply require it in your `composer.json` file.

```
"teepluss/explore": "dev-master"

```

You'll then need to run `composer install` to download it and have the autoloader updated.

Once Theme is installed you need to register the service provider with the application. Open up `config/app.php` and find the `providers` key.

```
'providers' => [
    ...
    'Teepluss\Explore\ExploreServiceProvider'

]

```

Publish config and asset using artisan CLI.

```
php artisan vendor:publish --provider="Teepluss\Explore\ExploreServiceProvider"
```

Usage
-----

[](#usage)

Set up your config

```
config/explore.php
```

then navigate to path

```
http://domain.com/developers/explorer
```

Support or Contact
------------------

[](#support-or-contact)

If you have some problem, Contact

[![Support via PayPal](https://camo.githubusercontent.com/1c4c2a63b268ab949717893dda9628735444f61b8eb8eece283a534338b5b0e5/68747470733a2f2f7261776769746875622e636f6d2f63687269732d2d2d2f446f6e6174696f6e2d4261646765732f6d61737465722f70617970616c2e6a706567)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9GEC8J7FAG6JA)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~118 days

Total

5

Last Release

3593d ago

Major Versions

1.0.2 → 2.0.02015-04-24

1.x-dev → 2.0.12016-07-07

PHP version history (2 changes)1.0.1PHP &gt;=5.3.0

2.0.0PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/98f73b54567183f49c41533fc0c05cfffccdf5ed4f0351e3065d62d14779d26f?d=identicon)[teepluss](/maintainers/teepluss)

---

Top Contributors

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

---

Tags

consolelaravelrestfulexplorerapidocapidoc.js

### Embed Badge

![Health badge](/badges/teepluss-explore/health.svg)

```
[![Health](https://phpackages.com/badges/teepluss-explore/health.svg)](https://phpackages.com/packages/teepluss-explore)
```

###  Alternatives

[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16255.4k7](/packages/nunomaduro-laravel-console-dusk)

PHPackages © 2026

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