Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
#4 Update services according to Symfony best practices.
Services should not use autowiring or autoconfiguration. Instead, all services should be defined explicitly.
Services must be prefixed with the bundle alias instead of using fully qualified class names => cleverage_soap_process
Changes
#2 Add Makefile & .docker for local standalone usage
#2 Add rector, phpstan & php-cs-fixer configurations & apply it