baseplate / bulldozer
This package is abandoned and no longer maintained.
The author suggests using the highground/bulldozer package instead.
Framework for BasePlate based WordPress projects.
5.2.0
2024-10-25 14:13 UTC
Requires
- php: >=8.0.2
- composer/installers: ^1.0 || ^2.0
- stoutlogic/acf-builder: ^1.12
- symfony/finder: 6.0.19 || ^6.4
- 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
- wp-coding-standards/wpcs: ^3
- wpackagist-plugin/advanced-custom-fields: ^6.0
- yoast/wp-test-utils: ^1.2
- dev-main
- 5.2.0
- 5.1.0
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0
- 4.6.1
- 4.6.0
- 4.5.6
- 4.5.5
- 4.5.4
- 4.5.3
- 4.5.2
- 4.5.1
- 4.5.0
- 4.4.1
- 4.4.0
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.1
- 4.2.0
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.0
- 3.8.2
- 3.8.1
- 3.8.0
- 3.7.5
- 3.7.4
- 3.7.3
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.1
- 3.6.0
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.1
- 3.3.0
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.12.2
- 1.12.1
- 1.12.0
- 1.11.2
- 1.11.1
- 1.11.0
- 1.10.1
- 1.10.0
- 1.9.8
- 1.9.7
- 1.9.6
- 1.9.5
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0
This package is auto-updated.
Last update: 2024-10-25 14:13:49 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