{"id":22292039,"url":"https://github.com/aedart/athenaeum-antivirus","last_synced_at":"2025-07-28T23:33:00.968Z","repository":{"id":80603291,"uuid":"605614707","full_name":"aedart/athenaeum-antivirus","owner":"aedart","description":"[READ ONLY] Antivirus adapters for Laravel - see https://github.com/aedart/athenaeum","archived":false,"fork":false,"pushed_at":"2025-07-21T08:08:02.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-21T09:32:02.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aedart.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-02-23T14:35:01.000Z","updated_at":"2025-07-21T08:08:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"9517e52d-1fa4-434a-adf5-67bca79843df","html_url":"https://github.com/aedart/athenaeum-antivirus","commit_stats":{"total_commits":28,"total_committers":1,"mean_commits":28.0,"dds":0.0,"last_synced_commit":"28df8bae9de51c7cfbe7d0210534c8a332ca46aa"},"previous_names":[],"tags_count":72,"template":false,"template_full_name":null,"purl":"pkg:github/aedart/athenaeum-antivirus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-antivirus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-antivirus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-antivirus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-antivirus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aedart","download_url":"https://codeload.github.com/aedart/athenaeum-antivirus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-antivirus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267604307,"owners_count":24114521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-12-03T17:19:21.674Z","updated_at":"2025-07-28T23:33:00.649Z","avatar_url":"https://github.com/aedart.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Athenaeum Antivirus\n\nThe Antivirus package provides a \"profile-based\" approach for scanning files for infections, such as viruses, malware or other harmful code.\n\n```php\nuse Aedart\\Antivirus\\Facades\\Antivirus;\n\n$result = Antivirus::scan($file);\n\nif (!$result-\u003eisOk()) {\n    // File may contain harmful code... do something!\n}\n```\n\nThe package also comes with a default validation rule, to prevent upload of infected files.\n\n```php\nuse Aedart\\Antivirus\\Validation\\Rules\\InfectionFreeFile;\nuse Illuminate\\Support\\Facades\\Route;\nuse Illuminate\\Http\\Request;\n\nRoute::post('/pictures', function (Request $request) {\n    $request-\u003evalidate([\n        'picture' =\u003e [\n            'required',\n            'file',\n            new InfectionFreeFile()\n        ]\n    ]);\n\n    $file = $request-\u003efile('picture');\n\n    // ... do something with uploaded file...\n});\n```\n\n## Supported Scanners\n\n* [ClamAV](https://www.clamav.net/)\n* Null Scanner (_for testing purposes_)\n* (_Your custom scanner_)\n\n## Documentation\n\nPlease read the [official documentation](https://aedart.github.io/athenaeum/) for additional information.\n\n## Repository\n\nThe mono repository is located at [github.com/aedart/athenaeum](https://github.com/aedart/athenaeum)\n\n## Versioning\n\nThis package follows [Semantic Versioning 2.0.0](http://semver.org/)\n\n## License\n\n[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause), Read the LICENSE file included in this package\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faedart%2Fathenaeum-antivirus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faedart%2Fathenaeum-antivirus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faedart%2Fathenaeum-antivirus/lists"}