PHPackages                             sukohi/brick - 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. sukohi/brick

ActiveLibrary

sukohi/brick
============

015PHP

Since Nov 9Pushed 11y ago1 watchersCompare

[ Source](https://github.com/SUKOHI/brick)[ Packagist](https://packagist.org/packages/sukohi/brick)[ RSS](/packages/sukohi-brick/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

brick
=====

[](#brick)

A PHP package mainly developed for Laravel to enter data to input and textarea randomly and automatically.

[![alt text](https://camo.githubusercontent.com/deb1129045878148a01b7b92ef9f83b080068d48bfa85daf5fab63766be9ee7d/687474703a2f2f692e696d6775722e636f6d2f347035396233422e706e67)](https://camo.githubusercontent.com/deb1129045878148a01b7b92ef9f83b080068d48bfa85daf5fab63766be9ee7d/687474703a2f2f692e696d6775722e636f6d2f347035396233422e706e67)

Installation&amp;setting for Laravel
====================================

[](#installationsetting-for-laravel)

After installation using composer, add the followings to the array in app/config/app.php

```
'providers' => array(
    ...Others...,
    'Sukohi\Brick\BrickServiceProvider',
)

```

Also

```
'aliases' => array(
    ...Others...,
    'Brick' =>'Sukohi\Brick\Facades\Brick',
)

```

And then execute the next command to publish the view

```
php artisan view:publish sukohi/brick

```

Usage
=====

[](#usage)

Brick basically use label texts as input data.
So, you need to prepare html-tags in your view like this.
(Match for="\*\*\*" and id="\*\*\*")

&lt;label for="first\_name"&gt;First Name&lt;/label&gt;
&lt;input id="first\_name" type="text" value=""&gt;

**Minimal way**

```
{{ Brick::render() }}
and type ctrl + B on your browser

```

**with jQuery**

```
{{ Brick::jquery() }}
in this case, no need to call render() method.

```

**Set shortcut key**

```
{{ Brick::fire('CTRL+I') }}
{{ Brick::fire('ALT+B') }}
{{ Brick::fire('SHIFT+A') }}

```

**Set data type**

```
{{ Brick::fire('CTRL+B', array(
	'twitter' => 'url', 	// inputed random URL
	'url' => 'password',	// inputed random numbers
	'user-id' => 'email'	// inputed random email
))->jquery() }}

```

**Only for DEV environment**

```
@if(App::isLocal())
    {{ Brick::render() }}
@endif

```

License
=======

[](#license)

This package is licensed under the MIT License.

Copyright 2014 Sukohi Kuhoh

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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://www.gravatar.com/avatar/2980d59b309d45df3f2e6e51b1d336614da063240b8f76f873f287cd745ec5db?d=identicon)[Sukohi](/maintainers/Sukohi)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sukohi-brick/health.svg)

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

PHPackages © 2026

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