Releases: samsonasik/ErrorHeroModule
5.1.0
Released: ErrorHeroModule 5.1.0
Feature
✔️ Support doctrine/doctrine-orm-module
^5.0
You can support my work by sponsor me, thank you 💖 💖 💖 https://github.com/sponsors/samsonasik
5.0.1
- Utilize ArrayLookup Library
5.0.0
Released: ErrorHeroModule 5.0.0
Feature
✔️ Support laminas-cli
out of the box (for laminas-servicemanager
container)
The usage for laminas-cli
can just extends the ErrorHeroModule\Command\BaseLoggingCommand
namespace Application\Command;
use ErrorHeroModule\Command\BaseLoggingCommand;
use Exception;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
final class HelloWorld extends BaseLoggingCommand
{
protected function execute(InputInterface $input, OutputInterface $output): int
{
throw new Exception('some exception logged to DB');
}
}
and register to your service like in the documentation, that's it!
✔️ Support PHP 8.1+
Removal
- Drop support of laminas-mvc-console
- Drop support php 8.0
It took a lot of works to make it reality 💪. You can support my work by sponsor me, thank you 💖 💖 💖 https://github.com/sponsors/samsonasik
4.2.1
clean up composer.json keyword
4.2.0
Remove Auryn support
4.1.1
- composer 2.2 support
- clean up stubs
- PHPStan 1.x level max
4.1.0
4.0.3
Code Quality improvement with add more Rector setlist
4.0.2
Fix example preview console notice -> warning on php 8
4.0.1
Test and doc about E_NOTICE -> E_WARNING fix for undefined array key