highground / bulldozer
Framework for BasePlate based WordPress projects.
5.12.0
2026-04-12 16:39 UTC
Requires
- php: >=8.2.0
- composer/installers: ^1.0 || ^2.0
- stoutlogic/acf-builder: ^1.12
- symfony/finder: ^7.0
- timber/timber: ^2.2
Requires (Dev)
- automattic/wordbless: ^0.4.2
- brain/monkey: ^2
- dealerdirect/phpcodesniffer-composer-installer: ^1
- oscarotero/env: ^2.1
- php-stubs/acf-pro-stubs: ^6.2
- phpcompatibility/php-compatibility: ^9
- phpstan/phpstan: ^1.7
- phpunit/phpunit: ^9.0
- roots/wp-config: 1.0.0
- szepeviktor/phpstan-wordpress: ^1.1
- timber/teak: ^1.2
- wp-coding-standards/wpcs: ^3
- wpackagist-plugin/advanced-custom-fields: ^6.0
- yoast/wp-test-utils: ^1.2
This package is auto-updated.
Last update: 2026-06-01 20:36:06 UTC
README
What Bulldozer helps you to achieve
Bulldozer is a collection of classes to extend your (Timber) based theme.
- Block Renderer - Collects all the required block data and passes it to a twig template for rendering.
- Autoloader - Automatically loads all the PHP files in given directories.
- Cachebuster - A few methods to help you bust your cache via a Cron job.
- Site Icons - Adds your favicon files directly from your theme to your WordPress site.
Installation
The GitHub version of Bulldozer requires Composer and is setup for inclusion within a theme or plugin. If you'd prefer one-click installation for your site, you should use the WordPress.org version.
cd ~/wp-content/themes/my-theme composer require highground/bulldozer