Helper Workflow

This is the broadest CLI model for the helper surface. It uses `arr()`, `collect()`, `str()`, `num()`, `flag()`, `datetime()`, `filesystem()`, `doc()`, HTTP helpers, and `Hash` without needing a web server.

Run It

composer install
php examples/helpers/workflow.php

Expected Output

{
  "title": "=== DevElation helper workflow ===",
  "processed_on": "2026-07-12T00:00:00+00:00",
  "source_file_exists": true,
  "source_file_reachable": true,
  "fixture_entries": ["names.txt"],
  "name_count": 3,
  "names_latest_first": ["Katherine Johnson", "Grace Hopper", "Ada Lovelace"],
  "status_line": "HTTP/1.1 200 OK",
  "encoded_path_segment": "Example%20Report.md",
  "url_host": "example.test",
  "content_id": "example:...",
  "angles": [
    {"degrees": 0, "radians": 0, "sin": 0, "cos": 1},
    {"degrees": 45, "radians": 0.785398, "sin": 0.707107, "cos": 0.707107}
  ]
}

The timestamp and content ID are generated at runtime, so exact values will differ.