appwrite/php-clamav
Abandoned by its maintainers. ClamAV network and pipe client for PHP
2.0.0
1.4M downloads/mo
#4187 most downloaded on Packagist
appwrite/php-clamav
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 7 months to 2.4 years
Most releases are documented
notes for 3 of 4 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
4 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Jul 2019 to Feb 2023Releases
latest 4-
2.0.024 Feb 2023Release notes
Open source →What's Changed
- Set correct file permissions for some files by @peter279k in #11
- Upgrades issue templates to use GitHub issue forms ✍️ by @drph4nt0m in #16
- Several updates by @SoftCreatR in #24
New Contributors
- @drph4nt0m made their first contribution in #16
Full Changelog: 1.1.0...2.0.0
-
1.1.002 Oct 2020 -
v1.0.129 Feb 2020Nothing published for this version
-
v1.0.030 Jul 2019Release notes
Open source →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!