2017 © Pedro PelĂĄez
 

library timber

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

image

timber/timber

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  • Friday, July 20, 2018
  • by connorjburton
  • Repository
  • 138 Watchers
  • 3853 Stars
  • 167,832 Installations
  • PHP
  • 37 Dependents
  • 2 Suggesters
  • 378 Forks
  • 240 Open issues
  • 100 Versions
  • 15 % Grown

The README.md

By Jared Novack (@jarednova), Lukas Gächter (@lgaechter), Nicolas Lemoine (@nlemoine), Erik van der Bas (website), Coby Tamayo (@cobytamayo), Upstatement and hundreds of other GitHub contributors:, (*1)

, (*2)

Build Status Coverage Status Scrutinizer Code Quality Latest Stable Version WordPress Rating !Financial Contributors, (*3)

⚠️ Important information about the Timber plugin ⚠️

With the release of Timber 2.0, Composer is the only supported install method. We are unable to continue releasing or supporting Timber as a plugin on WordPress.org. We advise everyone to switch to the Composer based install of Timber 1 as a first step as soon as possible. If you need PHP 8.2 support you will have to switch to Timber 2.0., (*4)

For more information and a list of additional resources, please visit this discussion., (*5)

Timber 2

Timber 2 is out now and is the recommended version., (*6)

Because WordPress is awesome, but the_loop isn't

Timber helps you create fully-customized WordPress themes faster with more sustainable code. With Timber, you write your HTML using the Twig Template Engine separate from your PHP files., (*7)

This cleans up your theme code so, for example, your PHP file can focus on being the data/logic, while your Twig file can focus 100% on the HTML and display., (*8)

This is what Timber's .twig files look like (from this Hello World example), (*9)

{% extends "base.twig" %}
{% block content %}
  <h1 class="big-title">{{ foo }}</h1>
  <h2 class="post-title">{{ post.title }}</h2>
  <img src="{{ post.thumbnail.src }}" />
  <div class="body">
    {{ post.content }}
  </div>
{% endblock %}

Once Timber is installed and activated in your plugins directory, it gives any WordPress theme the ability to take advantage of the power of Twig and other Timber features., (*10)

Looking for docs?


Installation

The GitHub version of Timber requires Composer and is setup for inclusion within a theme or plugin., (*11)

cd ~/wp-content/themes/my-theme
composer require timber/timber

If your theme/plugin is not setup to pull in Composer's autoload file, you will need to, (*12)

/* functions.php */
require_once(__DIR__ . '/vendor/autoload.php');

After this line, initialize Timber with, (*13)

$timber = new \Timber\Timber();

What Now?

Setup the Timber Starter Theme. Once you have that installed in your WordPress setup, continue reading the Getting Started guide to Themeing., (*14)


Mission Statement

Timber is a tool for developers who want to translate their HTML into high-quality WordPress themes through an intuitive, consistent and fully-accessible interface. * Intuitive: The API is written to be user-centric around a programmer's expectations. * Consistent: WordPress objects can be accessed through common polymorphic properties like slug, ID and name. * Accessible: No black boxes. Every effort is made so the developer has access to 100% of their HTML., (*15)

What does it look like?

Nothing. Timber is meant for you to build a theme on. Like _s it comes style-free, because you're the style expert. Instead, Timber handles the logic you need to make a kick-ass looking site., (*16)

Who is it good for?

Timber is great for any WordPress developer who cares about writing good, maintainable code. It helps teams of designers and developers working together. At Upstatement we made Timber because while our entire team needs to participate in building WordPress sites, not everyone knows the ins-and-outs of the_loop(), codex and PHP (nor should they). With Timber your best WordPress engineer can focus on building the .php files with requests from WordPress and pass the data into .twig files. Once there, designers can easily mark-up data and build out a site's look-and-feel., (*17)

  • Twig The template language used by Timber.
  • Timber Starter Theme The "_s" of Timber to give you an easy start to the most basic theme you can build upon and customize.
  • Timber Debug Bar Adds a debug bar panel that will show you which template is in-use and the data sent to your twig file.

Projects that use Timber

  • Branch Bootstrap 3 + Timber = Branch starter theme!
  • Flynt a component based WordPress starter theme built on Timber and ACF Pro
  • Gantry5 a framework for theme development
  • Hozokit a component based starter theme
  • Juniper Starter pack that incorporates Timber and Bedrock
  • Seedling a starter theme using Bootstrap 4

Support

Please post on StackOverflow under the "Timber" tag. Please use GitHub issues only for specific bugs, feature requests and other types of issues., (*18)

Should I use it?

Timber is MIT-licensed, so please use in personal or commercial work. Just don't re-sell it. Timber is used on tens of thousands of sites (and tons more we don't know about), (*19)

Contributing & Community

We love PRs! Read the Contributor Guidelines for more info. Say hello, share your tips/work, and spread the love on Twitter at @TimberWP., (*20)

Since 2013 our goal at Timber is to create a library to that helps you create fully-customized WordPress themes faster with more sustainable code., (*21)

Through the collaborative efforts of both our dedicated team and countless contributors, we have invested numerous hours in maintaining and enhancing Timber. To keep doing that, we rely on the invaluable support of our sponsors., (*22)

Are you a WordPress pro or part of an agency who relies on Timber? Keep the magic alive by becoming a sponsor! By becoming a sponsor, you contribute to the continuous maintenance and enhancement of Timber, ultimately benefiting developers worldwide., (*23)

, (*24)

Gold Sponsors

, (*25)

Our backers

, (*26)

Documentation

The Official Documentation for Timber 1 is generated from the contents of this repository:, (*27)

The Versions

20/07 2018

dev-master

9999999-dev http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

12/07 2018

2.x-dev

2.9999999.9999999.9999999-dev http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

10/07 2018

dev-mhz-tamb-webp

dev-mhz-tamb-webp http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

21/05 2018

1.7.1

1.7.1.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

17/05 2018

dev-2.x-menu-item-target-optimizations

dev-2.x-menu-item-target-optimizations http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

01/05 2018

dev-docs/internationalization

dev-docs/internationalization http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

13/03 2018

dev-2.x-upgrade-guide

dev-2.x-upgrade-guide http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

06/03 2018

dev-style/line_length

dev-style/line_length http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

06/03 2018

dev-2.x-streamline-meta

dev-2.x-streamline-meta http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

05/03 2018

dev-1676/simple

dev-1676/simple http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

05/03 2018

dev-2x/1681/meta_exception

dev-2x/1681/meta_exception http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

05/03 2018

dev-2x/docslinks

dev-2x/docslinks http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

05/03 2018

dev-1676/rebase2

dev-1676/rebase2 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

05/03 2018

dev-1676/rebase

dev-1676/rebase http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

19/02 2018

dev-1657/image_quality

dev-1657/image_quality http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

11/02 2018

1.7.0

1.7.0.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

01/02 2018

dev-2.x-deprecations

dev-2.x-deprecations http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

31/01 2018

dev-mastermar

dev-mastermar http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

16/01 2018

dev-2.x-deprecations-lukas

dev-2.x-deprecations-lukas http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

08/01 2018

dev-v161/license

dev-v161/license http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

02/01 2018

1.6.0

1.6.0.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

29/12 2017

dev-1580/helpers

dev-1580/helpers http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

27/12 2017

dev-1585/MenuItemCollection

dev-1585/MenuItemCollection http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

27/12 2017

dev-gchtr-coding-standards

dev-gchtr-coding-standards http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

12/10 2017

1.5.2

1.5.2.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

12/10 2017

dev-1572/menu_thumbnails

dev-1572/menu_thumbnails http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

10/10 2017

1.5.1

1.5.1.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

19/09 2017

1.5.0

1.5.0.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

04/09 2017

dev-1514/gchtr-integrations/post-collection

dev-1514/gchtr-integrations/post-collection http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

30/08 2017

dev-1522/getter_test

dev-1522/getter_test http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

10/08 2017

1.4.1

1.4.1.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

09/08 2017

dev-composer/phpunit_version

dev-composer/phpunit_version http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

08/08 2017

1.4.0

1.4.0.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

28/07 2017

dev-1489/loader_tweaks

dev-1489/loader_tweaks http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

27/07 2017

dev-1488/post_class

dev-1488/post_class http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

27/07 2017

dev-1488/get_post_class

dev-1488/get_post_class http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

19/07 2017

1.3.4

1.3.4.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

07/07 2017

dev-1464/baseline

dev-1464/baseline http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

07/07 2017

dev-1464/luism-s-develop

dev-1464/luism-s-develop http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

27/06 2017

dev-1464/travis

dev-1464/travis http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

19/06 2017

1.3.3

1.3.3.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

12/06 2017

1.3.2

1.3.2.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

12/06 2017

dev-1445/wpml_urls

dev-1445/wpml_urls http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

31/05 2017

dev-1303/124_diff

dev-1303/124_diff http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

31/05 2017

1.3.1

1.3.1.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

26/04 2017

dev-docs-script

dev-docs-script http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

25/04 2017

1.3.0

1.3.0.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

24/04 2017

1.3.0-rc2

1.3.0.0-RC2 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

17/04 2017

dev-1378/acf_true_false

dev-1378/acf_true_false http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

12/04 2017

1.3.0-rc1

1.3.0.0-RC1 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

05/04 2017

dev-1263/menu_css

dev-1263/menu_css http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

22/03 2017

dev-1370/twig_class

dev-1370/twig_class http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

22/03 2017

1.3.0-beta

1.3.0.0-beta http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

17/03 2017

dev-1299/wordpress_dependency

dev-1299/wordpress_dependency http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

15/03 2017

dev-gillesgoetsch-master

dev-gillesgoetsch-master http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

01/03 2017

dev-1338/destroy_tags

dev-1338/destroy_tags http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

22/02 2017

1.2.4

1.2.4.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

20/02 2017

1.2.3

1.2.3.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

09/02 2017

1.2.2

1.2.2.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

12/01 2017

dev-travis/jan_11_2017

dev-travis/jan_11_2017 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

10/01 2017

1.2.1

1.2.1.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

06/01 2017

dev-pagination-refactor

dev-pagination-refactor http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

05/01 2017

dev-1280/theme

dev-1280/theme http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

30/12 2016

1.2.0

1.2.0.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

11/12 2016

1.1.12

1.1.12.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

07/12 2016

1.1.11

1.1.11.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

03/12 2016

dev-Leobaillard-master

dev-Leobaillard-master http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

02/12 2016

dev-file_loc_issue

dev-file_loc_issue http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

22/11 2016

1.1.10

1.1.10.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

14/11 2016

1.1.9

1.1.9.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

09/11 2016

dev-1234_JuiceboxCreative-image-url-fix

dev-1234_JuiceboxCreative-image-url-fix http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

07/11 2016

dev-joshlevinson-feature/interfaced-object-factories

dev-joshlevinson-feature/interfaced-object-factories http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

25/10 2016

1.1.8

1.1.8.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

13/10 2016

1.1.7.1

1.1.7.1 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

11/10 2016

1.1.7

1.1.7.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

15/09 2016

1.1.6

1.1.6.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

09/09 2016

dev-1162_locations

dev-1162_locations http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

02/09 2016

1.1.5

1.1.5.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

30/08 2016

1.1.4

1.1.4.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

26/08 2016

dev-1172_is_a_bug

dev-1172_is_a_bug http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

16/08 2016

1.1.3

1.1.3.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

02/08 2016

1.1.2

1.1.2.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

01/08 2016

dev-1093_get_posts_page_php

dev-1093_get_posts_page_php http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

24/07 2016

dev-1059_debug_error

dev-1059_debug_error http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

23/07 2016

dev-xavivars-add-wptypes-integration

dev-xavivars-add-wptypes-integration http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

19/07 2016

1.1.1

1.1.1.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

06/07 2016

1.1.0

1.1.0.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

29/06 2016

dev-819_get_post_by_id

dev-819_get_post_by_id http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

23/06 2016

dev-cjb-twig-extensions

dev-cjb-twig-extensions http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

22/06 2016

1.0.5

1.0.5.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

08/06 2016

1.0.4

1.0.4.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

14/05 2016

1.0.3

1.0.3.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

13/05 2016

1.0.2

1.0.2.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

05/05 2016

1.0.1

1.0.1.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

03/05 2016

1.0.0

1.0.0.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

26/04 2016

1.0.0-rc3

1.0.0.0-RC3 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

21/04 2016

dev-scrutinizer-patch-2

dev-scrutinizer-patch-2 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

22/03 2016

1.0-rc2

1.0.0.0-RC2 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

14/03 2016

v1.0-rc.1

1.0.0.0-RC1 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber

13/03 2016

0.22.6

0.22.6.0 http://timber.upstatement.com

Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine

  Sources   Download

MIT

The Requires

 

The Development Requires

templating twig themes timber