{"id":18722144,"url":"https://github.com/muetze42/virus-total-php","last_synced_at":"2025-04-12T15:30:38.907Z","repository":{"id":190002811,"uuid":"679892410","full_name":"Muetze42/virus-total-php","owner":"Muetze42","description":"This package is a wrapper for the VirusTotal.com API V3.","archived":false,"fork":false,"pushed_at":"2023-10-02T20:49:32.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T11:55:00.647Z","etag":null,"topics":["laravel","php","php8","security","virusscan","virustotal"],"latest_commit_sha":null,"homepage":"https://developers.virustotal.com/reference/overview","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/Muetze42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["Muetze42"],"patreon":null,"open_collective":null,"ko_fi":"normanhuth","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://huth.it/coffee"]}},"created_at":"2023-08-17T21:25:45.000Z","updated_at":"2023-10-20T04:18:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c05cd03-45b2-45ce-b43f-492de9548e6e","html_url":"https://github.com/Muetze42/virus-total-php","commit_stats":null,"previous_names":["muetze42/virus-total-php"],"tags_count":3,"template":false,"template_full_name":"Muetze42/repository-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muetze42%2Fvirus-total-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muetze42%2Fvirus-total-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muetze42%2Fvirus-total-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muetze42%2Fvirus-total-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Muetze42","download_url":"https://codeload.github.com/Muetze42/virus-total-php/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248589246,"owners_count":21129573,"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":["laravel","php","php8","security","virusscan","virustotal"],"created_at":"2024-11-07T13:40:04.676Z","updated_at":"2025-04-12T15:30:38.569Z","avatar_url":"https://github.com/Muetze42.png","language":"PHP","funding_links":["https://github.com/sponsors/Muetze42","https://ko-fi.com/normanhuth","https://huth.it/coffee"],"categories":[],"sub_categories":[],"readme":"# VirusTotal API for PHP \u0026 Laravel\n\nThis package is a wrapper for the [VirusTotal.com API V3](https://developers.virustotal.com/reference/overview).\n\n## Installation\n\n```\ncomposer require norman-huth/virus-total-php\n```\n\n### Instruction\n\nThis wrapper have a method for each API endpoint with title in `camelCase` format.\n\nThe following alias methods have been defined to allow a more comfortable handling:\n\n| Method               | Alias for                                                                                                       |\n|----------------------|-----------------------------------------------------------------------------------------------------------------|\n| `scanIP()`           | `getAnIPAddressReport()`                                                                                        |\n| `scanDomain()`       | `getADomainReport()`                                                                                            |\n| `scanFile()`         | Depending on the file size (determined automatically): \u003cbr\u003e`uploadAFile()` or `getAURLForUploadingLargeFiles()` |\n| `analyseUrlOrFile()` | `getAURLOrFileAnalysis()`                                                                                       |\n\nThe endpoints are output in the following array:\n\n````php\nreturn [\n    'status' =\u003e 'int',       # Response HTTP status code\n    'successful' =\u003e 'bool'   # True if the response HTTP status code is between 200 \u0026 299,\n    'data' =\u003e 'array|string' # The content from the API. If the response have a single `data` key, then the `data` content returns\n];\n````\n\n**Notice: If you disable `http_errors`, an exception will be thrown on unsuccessful requests.**\n\n### Usages\n\n* [PHP Usage](USAGE-PHP.md)\n* [Laravel Usage](USAGE-LARAVEL.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuetze42%2Fvirus-total-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuetze42%2Fvirus-total-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuetze42%2Fvirus-total-php/lists"}