php-clamav

ClamAV network and pipe client for PHP

MIT License

Downloads
708.7K
Stars
64
Committers
6

Bot releases are hidden (Show)

php-clamav - 2.0.0 Latest Release

Published by TorstenDittmann over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/appwrite/php-clamav/compare/1.1.0...2.0.0

php-clamav - 1.1.0

Published by eldadfux about 4 years ago

Code maintenance by @SoftCreatR

php-clamav - v1.0.1

Published by eldadfux over 4 years ago

Better error handling

php-clamav - v1.0.0

Published by eldadfux about 5 years ago

Test enhancements:
Add EOF for every file excluding the files in ./tests/data.
To let the ClamAV container initializing successfully, sleeping 60 seconds before doing next work.
It should let the package minimum stability is stable because it can let composer install the stable versions of dependencies.
Using short array syntax since the PHP version is php-5.4.
Using the latest version v1.0.3 for appwrite/clamav:v1.0.3.
According to the PHPUnit doc, the fixture methods is protected, not public.
The strcmp behavior is not readable, and using the trim to filter new line and compare the PONG to return bool value directly instead.
Using the assertTrue and assertFalse to assert the expected bool value is same as result.

Thanks to @peter279k for the update!