Using Symfony Finder and YAML components to transform Drupal 8 configurations to eZ Platform
Many different tools now use YAML configurations for many things. They've become a staple for many developers and are both human readable and easy to parse and generate using the Symfony Yaml Component. To help with locating the files themselves, the Finder component is a great help.