https://github.com/boltdesignsystem/core-php
Subtree split for the `bolt-design-system/core-php` PHP library. https://github.com/bolt-design-system/bolt/tree/master/packages/core-php
https://github.com/boltdesignsystem/core-php
Last synced: 11 months ago
JSON representation
Subtree split for the `bolt-design-system/core-php` PHP library. https://github.com/bolt-design-system/bolt/tree/master/packages/core-php
- Host: GitHub
- URL: https://github.com/boltdesignsystem/core-php
- Owner: boltdesignsystem
- Created: 2018-03-06T00:42:59.000Z (over 8 years ago)
- Default Branch: release/8.x
- Last Pushed: 2023-10-06T07:26:42.000Z (over 2 years ago)
- Last Synced: 2025-05-31T23:42:48.957Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 1.91 MB
- Stars: 1
- Watchers: 9
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Bolt PHP Core
This PHP package is for the [Bolt Design System](https://boltdesignsystem.com).
This package gets deployed as [a read-only git repo `bolt-design-system/core-php`](https://github.com/bolt-design-system/core-php), however it's source is at [`bolt-design-system/bolt` in `packages/core-php`](https://github.com/bolt-design-system/bolt/blob/master/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.