{"id":37004962,"url":"https://github.com/thingston/extractor","last_synced_at":"2026-01-14T00:39:19.258Z","repository":{"id":57068815,"uuid":"158113994","full_name":"thingston/extractor","owner":"thingston","description":"Collection of PHP classes to extract data from HTML pages.","archived":false,"fork":false,"pushed_at":"2019-11-26T15:15:10.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T12:43:00.274Z","etag":null,"topics":["data","html","php"],"latest_commit_sha":null,"homepage":null,"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/thingston.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":"2018-11-18T18:26:13.000Z","updated_at":"2019-11-26T15:15:09.000Z","dependencies_parsed_at":"2022-08-24T14:54:13.704Z","dependency_job_id":null,"html_url":"https://github.com/thingston/extractor","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/thingston/extractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingston%2Fextractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingston%2Fextractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingston%2Fextractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingston%2Fextractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thingston","download_url":"https://codeload.github.com/thingston/extractor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingston%2Fextractor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["data","html","php"],"created_at":"2026-01-14T00:39:19.163Z","updated_at":"2026-01-14T00:39:19.233Z","avatar_url":"https://github.com/thingston.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Thingston Extractor\n===================\n\nCollection of PHP classes to extract data from HTML pages.\n\nRequirements\n------------\n\nThingston Extractor requires:\n\n-   [PHP 7.1](https://secure.php.net/releases/7_1_0.php) or above.\n\nInstalation\n-----------\n\nAdd Thingston Extractor to any PHP project using [Composer](https://getcomposer.org/):\n\n```bash\ncomposer require thingston/extractor\n```\n\nGetting Started\n---------------\n\n```php\nuse Thingston\\Extractor\\Page;\n\n$uri = 'https://google.com/';\n$html = file_get_contents($uri);\n\n$page = Page\\PageExtractor::create($html, $uri)-\u003eextract();\n```\n\nContributors\n------------\n\nOpen Source is made of contribuition. If you want to contribute to Thingston please\nfollow these steps:\n\n1.  Fork latest version into your own repository.\n2.  Write your changes or additions and commit them.\n3.  Follow PSR-2 coding style standard.\n4.  Make sure you have unit tests with full coverage to your changes.\n5.  Go to Github Pull Requests at [https://github.com/thingston/extractor/pulls](https://github.com/thingston/extractor/pulls)\n    and create a new request.\n\nThank you!\n\nChanges and Versioning\n----------------------\n\nAll relevant changes on this code are logged in a separated [log](CHANGELOG.md) file.\n\nVersion numbers follow recommendations from [Semantic Versioning](http://semver.org/).\n\nLicense\n-------\n\nThingston code is maintained under [The MIT License](https://opensource.org/licenses/MIT).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthingston%2Fextractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthingston%2Fextractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthingston%2Fextractor/lists"}