PHPackages                             knutle/isoview - 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. knutle/isoview

ActiveLibrary

knutle/isoview
==============

Quickly and easily isolate and test your package views during development

v0.1.2(3y ago)043[4 PRs](https://github.com/knutle/isoview/pulls)MITPHPPHP ^8.1

Since Oct 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/knutle/isoview)[ Packagist](https://packagist.org/packages/knutle/isoview)[ Docs](https://github.com/knutle/isoview)[ RSS](/packages/knutle-isoview/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (20)Versions (8)Used By (0)

Preview package views in isolation
==================================

[](#preview-package-views-in-isolation)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c738144c22fb4cccc207c732cac99bdcd3abf3b60de72bf9dff257c7ad7e9ed5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b6e75746c652f69736f766965772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/knutle/isoview)[![GitHub Tests Action Status](https://camo.githubusercontent.com/91963b89d770ced60ee282edcd38832185b89a87beb5a6f762bd414d6f1c911f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6b6e75746c652f69736f766965772f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/knutle/isoview/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/b997a4574c5f089e54c6f7f2f97afd8e477b6cd21ca89ec9200c09f8ad834819/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6b6e75746c652f69736f766965772f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/knutle/isoview/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/5e3a736c5acd875a1993405ca0861c9897a5723c16401ba84840cd0993d05f5b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b6e75746c652f69736f766965772e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/knutle/isoview)

This package allows you to quickly and easily preview your package views in isolation during development.
You simply define some test routes specifically for testing, then you can view your changes immediately.
This works exactly the same as your normal `php artisan serve`, without requiring a full Laravel install or build step.

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

[](#installation)

You can install the package via composer:

```
composer require --dev knutle/isoview
```

Then run the install command through the CLI:

```
./vendor/bin/isoview install
```

You should now see a new isoview.php file in ./routes at the root of your package.
This is where you will define all your test routes.

Usage
-----

[](#usage)

Once you have some routes ready, you can start the server using the CLI again:

```
./vendor/bin/isoview serve
```

This will serve your pages from .
By default, an index page at `/` is provided that provides a list of links for all your available test routes.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Knut Leborg](https://github.com/knutle)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70.6% 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 ~3 days

Total

3

Last Release

1315d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8712465c0072cf9165361e9de1be00199befd6e3fdc7097cf6217fc20d9dfc3e?d=identicon)[knutle](/maintainers/knutle)

---

Top Contributors

[![knutle](https://avatars.githubusercontent.com/u/1419066?v=4)](https://github.com/knutle "knutle (24 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelknutleisoview

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/knutle-isoview/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[sunchayn/nimbus

A Laravel package providing an in-browser API client with automatic schema generation, live validation, and built-in authentication with a touch of Laravel-tailored magic for effortless API testing.

29428.0k](/packages/sunchayn-nimbus)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)

PHPackages © 2026

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