PHPackages                             johannez/tendril - 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. johannez/tendril

ActiveLibrary

johannez/tendril
================

Wordpress library based on Timber.

0.9.3(5y ago)0371[1 PRs](https://github.com/johannez/tendril/pulls)MITCSSPHP &gt;=7.2.0CI failing

Since Feb 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/johannez/tendril)[ Packagist](https://packagist.org/packages/johannez/tendril)[ Docs](https://github.com/johannez/tendril)[ RSS](/packages/johannez-tendril/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Tendril
=======

[](#tendril)

Wordpress site building with Timber and TailwindCSS

Installation
------------

[](#installation)

1. Go to your existing Wordpress site and create a new composer.json file in your root folder. [Example](https://gist.github.com/johannez/be711a101ac2e2d98c58c925579c05ae)
2. Create `src\SITE` folder in your root folder. This is where all your site specific classes (post type definitions, blocks, commands, migrations, etc.) belong.
3. Run `composer install` to get PHP dependencies
4. Put this snippet into `wp-config.php` or `functions.php` or a custom plugin to load the composer libraries

```
if (file_exists(__DIR__ . '/vendor/autoload.php')) {
  require_once(__DIR__ . '/vendor/autoload.php');
}

```

5. Run `composer run theme` to install the starter theme
6. Go into the new theme's folder and run `npm install` and then `npm run dev` to make sure your build system is working.
7. Activate the theme in Wordpress. For more information on the theme have a look at the README.md in the theme directory.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

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

Total

4

Last Release

2077d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ff27b47e1d9de80809be08a1ddb21c342599736c23f761b78506d3fa04a882a?d=identicon)[johannez](/maintainers/johannez)

---

Top Contributors

[![johannez](https://avatars.githubusercontent.com/u/427214?v=4)](https://github.com/johannez "johannez (49 commits)")

### Embed Badge

![Health badge](/badges/johannez-tendril/health.svg)

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

###  Alternatives

[mindkomm/timmy

Advanced image manipulation for Timber.

17735.6k](/packages/mindkomm-timmy)[rareloop/lumberjack-core

A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code

42155.0k19](/packages/rareloop-lumberjack-core)[mindkomm/timber-integration-woocommerce

WooCommerce integration for Timber.

11617.6k1](/packages/mindkomm-timber-integration-woocommerce)[sitecrafting/conifer

Powerful abstractions for serious WordPress theme development

219.0k1](/packages/sitecrafting-conifer)

PHPackages © 2026

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