{"id":37000994,"url":"https://github.com/fullpipe/riverline-spamassassin","last_synced_at":"2026-01-14T00:06:37.661Z","repository":{"id":21517828,"uuid":"24836965","full_name":"fullpipe/riverline-spamassassin","owner":"fullpipe","description":"Simple lib to get SpamAssassin score and report for an Email.","archived":false,"fork":true,"pushed_at":"2014-10-06T07:40:19.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T00:11:25.433Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"rcambien/riverline-spamassassin","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fullpipe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-06T07:17:33.000Z","updated_at":"2019-08-12T10:00:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fullpipe/riverline-spamassassin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fullpipe/riverline-spamassassin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullpipe%2Friverline-spamassassin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullpipe%2Friverline-spamassassin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullpipe%2Friverline-spamassassin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullpipe%2Friverline-spamassassin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fullpipe","download_url":"https://codeload.github.com/fullpipe/riverline-spamassassin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullpipe%2Friverline-spamassassin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406481,"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":[],"created_at":"2026-01-14T00:06:36.952Z","updated_at":"2026-01-14T00:06:37.654Z","avatar_url":"https://github.com/fullpipe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n\n## What is Riverline\\SpamAssassin\n\n``Riverline\\SpamAssassin`` is a simple lib to get SpamAssassin score and report for an Email.\n\n## Requirements\n\n* PHP 5.3\n* Guzzle 3.*\n\n## Installation\n\nAdd to your `composer.json`:\n```json\n{\n   \"require\": {\n        ...\n        \"fullpipe/spamassassin\": \"dev-master\"\n        ...\n    }\n}\n```\n\n## Usage\n\nCurrently, only one provider is available : ``PostmarkWebservice``.\n\nIt use the Postmark free Spamcheck webservice available here :\nhttp://spamcheck.postmarkapp.com/doc\n\n```php\n\u003c?php\n\nuse Riverline\\SpamAssassin\\PostmarkWebservice\n\n$spamAssassin = new PostmarkWebservice($rawEmail, true);\necho $spamAssassin-\u003egetScore();\necho $spamAssassin-\u003egetReport();\nvar_dump($spamAssassin-\u003egetReportAsArray());\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullpipe%2Friverline-spamassassin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullpipe%2Friverline-spamassassin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullpipe%2Friverline-spamassassin/lists"}