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

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

luoyy/blade
===========

an independent version of laravel view template - blade

7.0.2(6y ago)275211MITPHPPHP ^7.2.5

Since Oct 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/zishang520/blade)[ Packagist](https://packagist.org/packages/luoyy/blade)[ Docs](http://www.luoyy.com)[ RSS](/packages/luoyy-blade/feed)WikiDiscussions 7.0 Synced 1w ago

READMEChangelogDependenciesVersions (22)Used By (1)

Blade
=====

[](#blade)

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 luoyy/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.

If you need to run on php5, switch to the php5 branch

### Usage

[](#usage)

```
