PHPackages                             iboxs/iboxs-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. iboxs/iboxs-view

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

iboxs/iboxs-view
================

iboxsphp template driver

1.0.1(5mo ago)011Apache-2.0PHPPHP &gt;=7.1.0

Since Sep 25Pushed 5mo agoCompare

[ Source](https://github.com/iboxs-frame/iboxs-view)[ Packagist](https://packagist.org/packages/iboxs/iboxs-view)[ RSS](/packages/iboxs-iboxs-view/feed)WikiDiscussions main Synced 1mo ago

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

iboxs-view
==========

[](#iboxs-view)

iboxsPHP6.0 IBoxs-Template模板引擎驱动

安装
--

[](#安装)

```
composer require iboxs/iboxs-view
```

用法示例
----

[](#用法示例)

本扩展不能单独使用，依赖iboxsPHP6.0+

首先配置config目录下的template.php配置文件，然后可以按照下面的用法使用。

```
use iboxs\facade\View;

// 模板变量赋值和渲染输出
View::assign(['name' => 'iboxs'])
	// 输出过滤
	->filter(function($content){
		return str_replace('search', 'replace', $content);
	})
	// 读取模板文件渲染输出
	->fetch('index');

// 或者使用助手函数
view('index', ['name' => 'iboxs']);
```

具体的模板引擎配置请参考iboxs-template库。

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance77

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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 ~800 days

Total

2

Last Release

156d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/89eac34578919508993255948f343a12dd87fbf7f49fe17d147a6715f20da1bd?d=identicon)[itlattice](/maintainers/itlattice)

---

Top Contributors

[![itlattice](https://avatars.githubusercontent.com/u/89900720?v=4)](https://github.com/itlattice "itlattice (3 commits)")

### Embed Badge

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

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

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

545.8M69](/packages/symfony-ux-icons)

PHPackages © 2026

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