ErrorHeroModule icon indicating copy to clipboard operation
ErrorHeroModule copied to clipboard

:gem: A Hero for your Zend Framework/Laminas, and Expressive/Mezzio application to log ( DB and Mail ) and handle php errors & exceptions during Mvc process/between request and response

Results 4 ErrorHeroModule issues
Sort by recently updated
recently updated
newest added

- https://github.com/laminas/laminas-mail/blob/2.26.x/README.md - https://github.com/laminas/technical-steering-committee/blob/main/meetings/minutes/2023-12-04-TSC-Minutes.md - https://github.com/Webador/SlmMail/issues/162

BC break

I am trying to bump `doctrine/doctrine-orm-module` to 6.3+, but seems it cause cache error, see https://github.com/samsonasik/ErrorHeroModule/actions/runs/20679919861/job/59372717712#step:11:329 I am thinking if migrate to phpunit can make it works.

help wanted

This PR removes the abandoned Laminas packages (`laminas-db`, `laminas-mail`, `laminas-log`) from the project and suggests replacing them with other alternatives such as `monolog/monolog` and `symfony/mailer`. Users of the package can...