Break
The br method does exactly that, inserts a line break:
$climate->br();
For ease of use, the br method is also chainable:
$climate->br()->out('I have moved down a line.');
 
    
     CLImate
        PHP's best friend for the terminal.
    
    
        Presented by The League of Extraordinary Packages
            
        
        CLImate
        PHP's best friend for the terminal.
    
    
        Presented by The League of Extraordinary Packages
    
The br method does exactly that, inserts a line break:
$climate->br();
For ease of use, the br method is also chainable:
$climate->br()->out('I have moved down a line.');