{"id":23436644,"url":"https://github.com/uvasoftware/scanii-php","last_synced_at":"2026-02-13T15:51:37.757Z","repository":{"id":8884690,"uuid":"1142325","full_name":"uvasoftware/scanii-php","owner":"uvasoftware","description":"PHP interface to the scanii.com content processing service","archived":false,"fork":false,"pushed_at":"2025-03-27T21:26:02.000Z","size":137,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T04:13:49.982Z","etag":null,"topics":["composer","malware-analysis","php","scanii"],"latest_commit_sha":null,"homepage":"https://scanii.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uvasoftware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2010-12-06T06:13:37.000Z","updated_at":"2025-02-16T21:45:33.000Z","dependencies_parsed_at":"2024-02-19T15:41:42.534Z","dependency_job_id":"ed95ea84-4f51-4b04-9831-29366bd7dd7a","html_url":"https://github.com/uvasoftware/scanii-php","commit_stats":{"total_commits":54,"total_committers":5,"mean_commits":10.8,"dds":0.2407407407407407,"last_synced_commit":"c3e8552ebf3c0fd9bb948290c452ebabbeb408e8"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvasoftware%2Fscanii-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvasoftware%2Fscanii-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvasoftware%2Fscanii-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvasoftware%2Fscanii-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uvasoftware","download_url":"https://codeload.github.com/uvasoftware/scanii-php/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248661719,"owners_count":21141451,"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":["composer","malware-analysis","php","scanii"],"created_at":"2024-12-23T13:20:20.367Z","updated_at":"2025-10-29T20:50:19.436Z","avatar_url":"https://github.com/uvasoftware.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"### A pure PHP interface to the Scanii content processing service - https://scanii.com\n\n### How to use this client\n\n#### Installing using composer:\n\n```\n{\n   \"require\": {\n      \"uvasoftware/scanii-php\": \"~$LATEST_RELEASE_VERSION\"\n   }\n}\n```\n\n### Basic usage:\n\n```php\n use Scanii\\ScaniiClient;\n // creating the client\n $client = ScaniiClient::create($this-\u003ekey, $this-\u003esecret, $verbose = true);\n\n // scans a file\n $temp = tempnam(sys_get_temp_dir(), \"FOO\");\n $fd = fopen($temp, \"w\");\n fwrite($fd, $this-\u003eEICAR);\n\n $result = $this-\u003eclient-\u003eprocess($temp);\n echo($result-\u003egetFindings()[0]);\n\n```\n\nPlease note that you will need a valid scanii.com account and API Credentials.\n\nMore advanced usage examples can be found [here](https://github.com/uvasoftware/scanii-php/blob/master/tests/Scanii/ScaniiClientTest.php)\n\nMore general documentation on scanii can be found [here](http://docs.scanii.com)\n\nThis library supports PHP 7.4 and above.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuvasoftware%2Fscanii-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuvasoftware%2Fscanii-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuvasoftware%2Fscanii-php/lists"}