{"id":15096843,"url":"https://github.com/seanbehan/htmlxpath","last_synced_at":"2026-02-26T01:45:24.734Z","repository":{"id":56986490,"uuid":"86397722","full_name":"seanbehan/htmlxpath","owner":"seanbehan","description":"PHP package for parsing HTML with XPath","archived":false,"fork":false,"pushed_at":"2017-03-28T01:28:34.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-23T05:34:32.170Z","etag":null,"topics":["composer","html","php","webscraping","xml","xpath"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seanbehan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-28T00:37:20.000Z","updated_at":"2017-03-28T01:32:35.000Z","dependencies_parsed_at":"2022-08-21T13:20:15.681Z","dependency_job_id":null,"html_url":"https://github.com/seanbehan/htmlxpath","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/seanbehan/htmlxpath","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanbehan%2Fhtmlxpath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanbehan%2Fhtmlxpath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanbehan%2Fhtmlxpath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanbehan%2Fhtmlxpath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seanbehan","download_url":"https://codeload.github.com/seanbehan/htmlxpath/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanbehan%2Fhtmlxpath/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29848126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"ssl_error","status_checked_at":"2026-02-25T22:37:25.960Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","html","php","webscraping","xml","xpath"],"created_at":"2024-09-25T16:01:56.281Z","updated_at":"2026-02-26T01:45:24.719Z","avatar_url":"https://github.com/seanbehan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# About\n\nHTMLXPath is a small utility for consuming HTML web pages and querying using XPath.\n\n# Install\n\n`composer require htmlxpath/htmlxpath`\n\n# Usage\n\n```php\n\u003c?php\nrequire 'vendor/autoload.php';\n\nforeach(HTMLXPath\\xpath('http://www.seanbehan.com', '//a/text()') as $node)\n  echo $node-\u003enodeValue;\n\n// or...\nforeach(HTMLXPath\\html(file_get_contents('http://seanbehan.com')) as $doc)\n  foreach(HTMLXPath\\query($doc, '//a/text()') as $node)\n    echo $node-\u003enodeValue;\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanbehan%2Fhtmlxpath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseanbehan%2Fhtmlxpath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanbehan%2Fhtmlxpath/lists"}