PHP Package: grasmash/yaml-expander

YAML Expander is a PHP library that expands YAML files for Drupal 8 and Drupal 9 projects, aiding in configuration management and site building processes.

Current Version: 3.0.3
Last Updated: 2024-05-05
PHP Requirement: >=7.4
Dependencies:
symfony/yaml
drupal/core
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

YAML Expander is a powerful PHP library designed to simplify the process of managing configuration files in Drupal 8 and Drupal 9 projects. By expanding YAML files, it enhances the efficiency of site building and configuration management. This library offers a seamless integration with Drupal's configuration system, providing a smooth workflow for developers and site builders alike.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.0.3

Download Download v3.0.3

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/grasmash/yaml-expander/3.0.3/loader.php';
require_once 'libs/symfony/yaml/7.3.3/loader.php';
require_once 'libs/drupal/core/11.2.5/loader.php';

use Grasmash\YamlExpander\Expander;
use Symfony\Component\Yaml\Yaml;

$obj = new Expander();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.