PHPackages                             bshelling/bamboo - 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. bshelling/bamboo

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

bshelling/bamboo
================

Simple twig templating package for Laravel Applications

v0.3.3(2y ago)08MITPHPPHP &gt;=8.2

Since Oct 18Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

Bamboo
------

[](#bamboo)

Simple twig templating package for php projects

### Example

[](#example)

```

// Create templates directory at project root
#/ mkdir templates

// Create twig file in templates directory and add {{title}} template tag
#/ touch templates/index.twig

//Lavarel
use Bshelling\Bamboo\Stem\View;

class HomeController extends Controller {

	public function index() {
		return View::render('index.twig',['title' => 'Bamboo Title']);
	}
}

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Total

4

Last Release

942d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/af11f8af2486dabb23098377e311d2c0bda83e71c00bcea99f613e555d1f4afd?d=identicon)[bshelling](/maintainers/bshelling)

---

Top Contributors

[![bshelli-etr](https://avatars.githubusercontent.com/u/66031983?v=4)](https://github.com/bshelli-etr "bshelli-etr (6 commits)")

### Embed Badge

![Health badge](/badges/bshelling-bamboo/health.svg)

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

###  Alternatives

[twig/extra-bundle

A Symfony bundle for extra Twig extensions

91292.0M315](/packages/twig-extra-bundle)[twig/intl-extra

A Twig extension for Intl

36663.2M221](/packages/twig-intl-extra)[rcrowe/twigbridge

Adds the power of Twig to Laravel

9105.9M50](/packages/rcrowe-twigbridge)[twig/string-extra

A Twig extension for Symfony String

21946.0M133](/packages/twig-string-extra)[twig/cssinliner-extra

A Twig extension to allow inlining CSS

23018.5M55](/packages/twig-cssinliner-extra)[symfony/ux-twig-component

Twig components for Symfony

21814.8M162](/packages/symfony-ux-twig-component)

PHPackages © 2026

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