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

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

sy-records/blade
================

an independent version of laravel view template - blade

v7.0.3(5y ago)071MITPHPPHP ^7.2.5

Since Oct 22Pushed 5y agoCompare

[ Source](https://github.com/lufei/blade)[ Packagist](https://packagist.org/packages/sy-records/blade)[ RSS](/packages/sy-records-blade/feed)WikiDiscussions 7.0 Synced 5d ago

READMEChangelog (1)DependenciesVersions (19)Used By (0)

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)

```
