{"id":13758594,"url":"https://github.com/boring-dragon/saturn","last_synced_at":"2026-04-29T09:06:30.625Z","repository":{"id":56999141,"uuid":"216109479","full_name":"boring-dragon/saturn","owner":"boring-dragon","description":"Saturn Parser extracts the bits that humans care about from any URL you give it.","archived":false,"fork":false,"pushed_at":"2019-12-13T05:33:21.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-12T04:58:15.924Z","etag":null,"topics":["composer","extracts","humans-care","package","php","saturn","url-parser","webcrawler"],"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/boring-dragon.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":"2019-10-18T21:28:37.000Z","updated_at":"2019-12-13T05:33:23.000Z","dependencies_parsed_at":"2022-08-21T11:40:38.874Z","dependency_job_id":null,"html_url":"https://github.com/boring-dragon/saturn","commit_stats":null,"previous_names":["jinas123/saturn"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/boring-dragon/saturn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boring-dragon%2Fsaturn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boring-dragon%2Fsaturn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boring-dragon%2Fsaturn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boring-dragon%2Fsaturn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boring-dragon","download_url":"https://codeload.github.com/boring-dragon/saturn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boring-dragon%2Fsaturn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32418203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["composer","extracts","humans-care","package","php","saturn","url-parser","webcrawler"],"created_at":"2024-08-03T13:00:33.353Z","updated_at":"2026-04-29T09:06:30.609Z","avatar_url":"https://github.com/boring-dragon.png","language":"PHP","funding_links":[],"categories":["Table of Contents"],"sub_categories":["PHP Projects"],"readme":"# :rocket: Saturn Parser\n\n[![Latest Stable Version](https://poser.pugx.org/jinas/saturn/v/stable)](https://packagist.org/packages/jinas/saturn)\n[![License](https://poser.pugx.org/jinas/saturn/license)](https://packagist.org/packages/jinas/saturn)\n\n![Image description](https://jinas.me/images/saturnparser-01.jpg)\n\nSaturn Parser is a composer package that extracts the bits that humans care about from any URL you give it.\nlike article content, titles, authors, published dates, excerpts, lead images, and more.\n\nDemo Application [Saturn Demo](http://saturn.jinas.me/)\n\n## Installation\n\n- Command:\n\n```bash/shell\ncomposer require jinas/saturn\n```\n\n## Usage\n\n- Code sample:\n\n```php\n\n\u003c?php\n\nnamespace Jinas\\Saturn;\n\nrequire '../vendor/autoload.php';\n\n$rp = new Saturn;\n\necho $rp-\u003eparse('https://www.cnet.com/reviews/google-nest-mini-review/');\n\n```\n\n```json\n{\n    \"success\": true,\n    \"data\": {\n        \"title\": \"Google Nest Mini review: Google's smallest smart speaker keeps getting better - CNET\",\n        \"un_title\": \"Google Nest Mini review:\\u00a0Google's smallest smart speaker keeps getting better\",\n        \"lead_image\": \"https://cnet3.cbsistatic.com/img/BSH2-_S4lmkYNase8GgaOJvCkaY=/2019/10/09/c07227f1-9255-48db-8bee-1a4851ee5fcf/google-home-nest-mini-1529.jpg\",\n        \"date_published\": \"2019-10-17T05:00:00-0700\",\n        \"description\": \"Better sound, better listening and better controls pack a punch in Google's pint-size smart speaker. Oh, and it comes in blue now.\",\n        \"keywords\": null,\n        \"url\": \"https://www.cnet.com/reviews/google-nest-mini-review/\",\n        \"word_count\": 22,\n        \"domain\": \"www.cnet.com\",\n        \"site_name\": \"CNET\"\n    },\n    \"message\": \"Data extracted successfuly :)\"\n}\n\n```\n\n### Source codes\n\n- [Github](https://github.com/jinas123/saturn)\n- [Packagist](https://packagist.org/packages/jinas/saturn)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboring-dragon%2Fsaturn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboring-dragon%2Fsaturn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboring-dragon%2Fsaturn/lists"}