PHPackages                             raitone/blook - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. raitone/blook

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

raitone/blook
=============

A lightweight interface to work on your laravel components in an isolated way.

0.6.0(2y ago)01.1k↓45.7%Blade

Since Oct 17Pushed 2y ago1 watchersCompare

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

READMEChangelog (8)DependenciesVersions (9)Used By (0)

blook
=====

[](#blook)

A lightweight interface to list, showcase and isolate your laravel components and work on them efficiently.

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

[](#installation)

Install via composer

```
composer require raitone/blook

```

Add provider to your `config/app.php` file in `providers`

```
$providers = [
    ...
    Raitone\Blook\Providers\BlookProvider::class,
    ...
]

```

Publish the `config/blook.php` file and `@definitions.php` files.

```
php artisan vendor:publish --provider="Raitone\Blook\Providers\BlookProvider"

```

Clean route and config

```
php artisan route:cache
php artisan config:cache

```

You should now be able to navigate on `localhost/blook` and work on your components !

Configuration options
---------------------

[](#configuration-options)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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

Total

8

Last Release

936d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/493d7bbf3dc840f792c3343943524ef2cdb8ea5ba066979c8ede336fdf4a3666?d=identicon)[raitone](/maintainers/raitone)

### Embed Badge

![Health badge](/badges/raitone-blook/health.svg)

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

PHPackages © 2026

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