{"id":15017886,"url":"https://github.com/appwrite/php-clamav","last_synced_at":"2025-04-05T13:10:02.407Z","repository":{"id":46624099,"uuid":"186130249","full_name":"appwrite/php-clamav","owner":"appwrite","description":"ClamAV network and pipe client for PHP","archived":false,"fork":false,"pushed_at":"2024-08-05T15:44:44.000Z","size":42,"stargazers_count":67,"open_issues_count":7,"forks_count":30,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-29T12:05:09.138Z","etag":null,"topics":["appwrite","clamav","clamav-antivirus","clamav-client","clamav-scanning","hacktoberfest","php"],"latest_commit_sha":null,"homepage":"https://github.com/appwrite","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appwrite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2019-05-11T12:28:58.000Z","updated_at":"2025-02-27T11:47:16.000Z","dependencies_parsed_at":"2024-06-18T15:24:30.186Z","dependency_job_id":"c8bf3dec-1f65-4955-bb20-9fa2b96905c1","html_url":"https://github.com/appwrite/php-clamav","commit_stats":{"total_commits":41,"total_committers":7,"mean_commits":5.857142857142857,"dds":0.3902439024390244,"last_synced_commit":"f5f0078ccf59f1005a805dfcc4fbc93a17c5a67c"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appwrite%2Fphp-clamav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appwrite%2Fphp-clamav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appwrite%2Fphp-clamav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appwrite%2Fphp-clamav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appwrite","download_url":"https://codeload.github.com/appwrite/php-clamav/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339158,"owners_count":20923014,"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","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":["appwrite","clamav","clamav-antivirus","clamav-client","clamav-scanning","hacktoberfest","php"],"created_at":"2024-09-24T19:51:07.926Z","updated_at":"2025-04-05T13:10:02.363Z","avatar_url":"https://github.com/appwrite.png","language":"PHP","readme":"# Appwrite ClamAV PHP Client\n\n[![Discord](https://img.shields.io/discord/564160730845151244?label=discord\u0026style=flat-square)](https://appwrite.io/discord?r=Github)\n![Total Downloads](https://img.shields.io/packagist/dt/appwrite/php-clamav.svg?style=flat-square)\n[![Build Status](https://img.shields.io/travis/com/appwrite/php-clamav?style=flat-square)](https://travis-ci.com/appwrite/php-clamav)\n[![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee\u0026label=twitter\u0026style=flat-square)](https://twitter.com/appwrite)\n\nPHP Client to connect to ClamAV daemon over TCP or using a local socket from command line and scan your storage files for viruses.\n\n## Getting Started\n\nInstall using composer:\n```bash\ncomposer require appwrite/php-clamav\n```\n\n```php\n\u003c?php\n\nrequire_once 'vendor/autoload.php';\n\nuse Appwrite\\ClamAV\\Network;\n\n$clam = new Network('localhost', 3310); // Or use new Pipe() for unix socket\n\n$clam-\u003eping(); // Check ClamAV is up and running\n\n$clam-\u003eversion(); // Check ClamAV version\n\n$clam-\u003efileScan('path/to/file.dmg'); // Returns true if a file is clean or false if a file is infected\n\n$clam-\u003ereload(); // Reload ClamAV database\n\n$clam-\u003eshutdown(); // Shutdown ClamAV\n```\n\n## System Requirements\n\nThis package requires PHP 7.1 or later. We recommend using the latest PHP version whenever possible.\n\n## Find Us\n\n* [GitHub](https://github.com/appwrite)\n* [Discord](https://appwrite.io/discord)\n* [Twitter](https://twitter.com/appwrite)\n\n## Authors\n\n**Eldad Fux**\n\n+ [https://twitter.com/eldadfux](https://twitter.com/eldadfux)\n+ [https://github.com/eldadfux](https://github.com/eldadfux)\n\n## Copyright and license\n\nThe MIT License (MIT) [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappwrite%2Fphp-clamav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappwrite%2Fphp-clamav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappwrite%2Fphp-clamav/lists"}