bolt-design-system / core-php
Core PHP functionality for the Bolt Design System
Requires
- basaltinc/twig-tools: dev-master as 1.4.3
- gregwar/image: ^2.0
- mexitek/phpcolors: ^0.4.0
- michelf/php-markdown: ^1.8.0
- nabil1337/case-helper: ^0.1.0
- shudrum/array-finder: ^1.1
- twig/twig: ^2.14.11
- webmozart/path-util: ^2.3
Requires (Dev)
- phpunit/phpunit: ^7
Suggests
- dev-release/8.x
- dev-release/1.x
- 5.9.1
- 5.9.0
- 5.8.2
- 5.8.1
- 5.8.0
- 5.7.5
- 5.7.4
- 5.7.3
- 5.7.2
- 5.7.1
- 5.7.0
- 5.6.0
- 5.5.0
- 5.4.1
- 5.4.0
- 5.3.1
- 5.3.0
- 5.2.4
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.1
- 5.0.0
- 4.8.3
- 4.8.2
- 4.8.1
- 4.8.0
- 4.7.0
- 4.6.2
- 4.6.1
- 4.6.0
- 4.5.1
- 4.5.0
- 4.4.0
- 4.2.2
- 2.31.2
- 2.31.1
- 2.31.0
- 2.30.2
- 2.30.1
- 2.30.0
- 2.29.3
- 2.29.2
- 2.29.1
- 2.29.0
- 2.28.0
- 2.27.1
- 2.26.3
- 2.26.2
- 2.26.1
- 2.26.0
- 2.25.1
- 2.25.0
- 2.24.1
- 2.24.0
- 2.23.0
- 2.22.1
- 2.22.0
- 2.21.1
- 2.21.0
- 2.20.2
- 2.20.1
- 2.20.0
- 2.19.1
- 2.19.0
- 2.18.1
- 2.18.0
- 2.17.1
- 2.17.0
- 2.16.3
- 2.16.2
- 2.16.1
- 2.16.0
- 2.15.2
- 2.15.1
- 2.13.3
- 2.13.2
- 2.13.1
- 2.13.0
- 2.12.0
- 2.11.4
- 2.10.1
- 2.10.0
- 2.9.2
- 2.9.0
- 2.8.0-beta.6
- 2.8.0-beta.1
- 2.6.0
- 2.6.0-beta.1
- 2.5.6
- 2.5.5
- 2.5.3
- 2.5.2
- 2.5.1
- 2.4.4
- 2.4.1
- 2.4.0
- 2.4.0-beta.0
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.2.0-rc.1
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.1.0-beta.0
- 2.0.0
- 2.0.0-beta.2
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.0
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- dev-feature/DS-1053
- dev-release/5.x
- dev-release/5.4.x
- dev-release/4.x
- dev-twig-upgrade
- dev-release/2.x
- dev-master
- dev-bugfix/COMM-1448-user-generated-twig
This package is auto-updated.
Last update: 2024-10-30 01:31:51 UTC
README
This PHP package is for the Bolt Design System.
This package gets deployed as a read-only git repo bolt-design-system/core-php
, however it's source is at bolt-design-system/bolt
in packages/core-php
, so don't send PRs to the first repo link, send them to the second repo link!!
Categories of Twig Extension
BoltCore
These are the set of custom Twig extensions globally used within the Bolt Design System + automatically wired up to other systems (ex. within Drupal via the bolt_connect module).
BoltCoreCompat
These are additional Twig extensions for Twig functions / filters used within the Bolt Design System's components that are specifically for cross-platform compatibility. For example, all of these extensions should already exist in Drupal enviroments by default with the exception of the pattern_template
Twig function (which ships with the UI Patterns module).
BoltExtras
These are extra Twig extensions used primarily for internal testing within the Bolt Design System and are used to help build and maintain the documentation site and demos.