PHPackages                             lintankwgbn/blade-view - 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. [Templating &amp; Views](/categories/templating)
4. /
5. lintankwgbn/blade-view

ActiveLibrary[Templating &amp; Views](/categories/templating)

lintankwgbn/blade-view
======================

Blade is Laravel's simple yet powerful built-in templating engine for dynamic view

v1.0.1(7mo ago)10MITPHPPHP ^8.2

Since Sep 26Pushed 7mo agoCompare

[ Source](https://github.com/lintankwgbn/blade-view)[ Packagist](https://packagist.org/packages/lintankwgbn/blade-view)[ RSS](/packages/lintankwgbn-blade-view/feed)WikiDiscussions main Synced today

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

Blade View Template
===================

[](#blade-view-template)

About Blade View
----------------

[](#about-blade-view)

Blade is Laravel's simple yet powerful built-in templating engine that allows for dynamic view creation using simple syntax and familiar PHP. Blade views are compiled into plain PHP code and cached for performance, reducing overhead. Key features include template inheritance, sections for structuring views, and directives like @include for reusable components.

How Blade Works
---------------

[](#how-blade-works)

1. Compilation and Caching: Blade view files, which use the .blade.php extension and are stored in the app/views directory, are compiled into plain PHP files. These compiled files are then cached, and only recompiled when the original Blade file is modified.
2. Dynamic Content: Blade allows you to mix PHP code with standard HTML. You can use PHP syntax for variables and control structures, and Blade provides directives for common programming tasks.

Key Features and Benefits
-------------------------

[](#key-features-and-benefits)

### Template Inheritance

[](#template-inheritance)

A core feature of Blade is template inheritance, which uses layouts and sections to define reusable page structures.

### Sections and Layouts

[](#sections-and-layouts)

You can define sections (using directives like @section and @endsection) within a layout file (using @extends) to create dynamic templates for your application.

### Simple Directives

[](#simple-directives)

Blade uses clear, readable directives for common programming tasks, such as:

```
{{ $variable }}: Outputs a variable's content.
@if, @else, @endif: For conditional statements.
@foreach, @for, @while: For looping.

```

### @include Directive

[](#include-directive)

You can include one Blade file into another, which is useful for modularizing and reusing views.

### Performance

[](#performance)

Because Blade views are compiled and cached as plain PHP, there is essentially no overhead added to your application's runtime.

### Example

[](#example)

A simple Blade template could look like this:

```

    {{ $title }}

    {{ $greeting }}
    @if (count($records) === 1)
        I have one record!
    @elseif (count($records) > 1)
        I have multiple records!
    @else
        I have no records.
    @endif

```

### Composer Install

[](#composer-install)

```
composer require lintankwgbn/blade-view

```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance62

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~47 days

Total

2

Last Release

232d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/74819226?v=4)[Lintank WGBN](/maintainers/lintankwgbn)[@lintankwgbn](https://github.com/lintankwgbn)

---

Top Contributors

[![lintankwgbn](https://avatars.githubusercontent.com/u/74819226?v=4)](https://github.com/lintankwgbn "lintankwgbn (32 commits)")

### Embed Badge

![Health badge](/badges/lintankwgbn-blade-view/health.svg)

```
[![Health](https://phpackages.com/badges/lintankwgbn-blade-view/health.svg)](https://phpackages.com/packages/lintankwgbn-blade-view)
```

###  Alternatives

[blade-ui-kit/blade-icons

A package to easily make use of icons in your Laravel Blade views.

2.5k42.5M404](/packages/blade-ui-kit-blade-icons)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725172.4k14](/packages/tallstackui-tallstackui)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.3k453.6k30](/packages/tightenco-jigsaw)

PHPackages © 2026

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