Breakify is a lightweight PHP utility for managing and transforming line breaks across platforms and formats. Whether you're normalizing text input, preparing content for HTML output, or ensuring consistent formatting in logs or CLI tools, Breakify offers a clean, expressive API to handle it all.
- Normalize or convert line breaks across different platforms
(Windows \r\n, Unix \n, Mac \r)
, or format text for HTML, CLI, or logs.
- Task One