PHPackages                             xiaoler/blade - 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. xiaoler/blade

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

xiaoler/blade
=============

an independent version of laravel view template - blade

5.4.3(8y ago)14113.8k↓89%39[3 issues](https://github.com/XiaoLer/blade/issues)4MITPHPPHP &gt;=5.4.0

Since Oct 22Pushed 8y ago12 watchersCompare

[ Source](https://github.com/XiaoLer/blade)[ Packagist](https://packagist.org/packages/xiaoler/blade)[ Docs](http://0x1.im)[ RSS](/packages/xiaoler-blade/feed)WikiDiscussions 5.4 Synced 1mo ago

READMEChangelog (6)DependenciesVersions (12)Used By (4)

Blade
=====

[](#blade)

[【简体中文】](https://github.com/XiaoLer/blade/wiki)

This is a view templating engine which is extracted from Laravel. It's independent without relying on Laravel's Container or any others.

### Installation

[](#installation)

With Composer, you just need to run

```
composer require xiaoler/blade
```

If you haven't use composer, you should add all the files in folder `src` to your project folder, and then `require` them in your code.

### Usage

[](#usage)

```
