Published on 17 Sep 2026. Tagged with php, micro.
In an ongoing effort to at least maintain the various PHP packages I wrote over the years, I recently released v1.0 of mermshaus/crc, a library for performing cyclic redundancy checks. It can run with all PHP versions that are officially supported (8.2 to 8.5) and should be stable for the algorithms it contains. An interesting side note might be that, for the first time in any of my projects, I added infrastructure to locally run the tests for all supported PHP versions (make test-all). The test script will use Docker to automatically add test environments for any PHP version that’s not available on the host. I plan to expand this into a setup that can share the PHP version images over multiple projects.