{"id":87104,"library":"fabpot-goutte","title":"Goutte","description":"A simple PHP Web Scraper","status":"active","version":"4.0.3","language":"php","source_language":null,"source_url":"https://github.com/FriendsOfPHP/Goutte","tags":["scraping","web","crawler","http"],"install":[{"cmd":"composer require fabpot/goutte","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Client","correct":"use Goutte\\Client;"}],"quickstart":{"code":"use Goutte\\Client;\n\n$client = new Client();\n$crawler = $client->request('GET', 'https://example.com');\necho $crawler->filter('h1')->text();","lang":"php","description":"Scrape a webpage and extract the first h1 text"},"warnings":[{"fix":"Migrate to Symfony Panther or use the underlying BrowserKit component directly.","message":"Goutte is deprecated in favor of Symfony Panther for modern web scraping.","severity":"breaking","affected_versions":">=4.0"}],"env_vars":null,"search_vec":"'crawler':9 'goutt':1 'http':10 'php':4 'scrape':7 'scraper':6 'simpl':3 'web':5,8","created_at":"2026-06-19T08:13:19.292055+00:00","updated_at":"2026-06-19T08:13:19.292055+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/FriendsOfPHP/Goutte","github":"https://github.com/FriendsOfPHP/Goutte","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}