Goutte
                                
                                 Goutte copied to clipboard
                                
                                    Goutte copied to clipboard
                            
                            
                            
                        Read Data From String
how Goutte reads data from a string rather than reading data from the server
like
$crawler->str_get_html($string)
You can do this.
$crawler = new Crawler($string);