1 Repo
Command-line tools that validate, format, and process configuration files for automated workflows.
Distinct from Command-Line Stream Processing: Distinct from Command-Line Stream Processing: focuses on configuration file processing, not general stream processing.
Explore 1 awesome GitHub repository matching software engineering & architecture · Configuration File Processors. Refine with filters or upvote what's useful.
This project is a PHP library that serves as a configuration file processor, providing a bridge to translate human-readable YAML text into native PHP arrays and objects. It functions as both a parser for converting YAML content into application-ready data structures and a serializer for transforming PHP data back into formatted YAML strings. The library includes security protections designed to prevent memory exhaustion and stack overflow attacks when processing untrusted documents. It ensures structural integrity through syntax validation and provides a command-line utility to check files fo
Serves as a bridge that translates human-readable YAML files into application-ready PHP data structures.