core23/matomo-bundle
Symfony bundle that wraps Matomo (Piwik) analytics for Sonata projects. Provides services and Twig helpers to render tracking code and access Matomo statistics via a configurable HTTP client (HTTPlug/Symfony HttpClient) and PSR-7 message factory.
Feature release (minor)
Feature release (minor)
Feature release (minor)
Feature release (minor)
Backwards incompatible release (major)
Feature release (minor)
3.4.x bugfix release (patch)
Feature release (minor)
Feature release (minor)
Renamed namespace Core23\MatomoBundle to Nucleos\MatomoBundle after move to [@nucleos]
Run
$ composer remove core23/matomo-bundle
and
$ composer require nucleos/matomo-bundle
to update.
Run
$ find . -type f -exec sed -i '.bak' 's/Core23\\MatomoBundle/Nucleos\\MatomoBundle/g' {} \;
to replace occurrences of Core23\MatomoBundle with Nucleos\MatomoBundle.
Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.
Add missing strict file header @core23 (#34)
Replace HTTPlug with PSR http client @core23 (#31)
765c470 [PATCH] Remove deprecated twig calls 1d75232 [MINOR] Use latest block bundle for auto-registration of blocks 6d764b1 [MINOR] Removed admin bundle dependency 9f478f9 [MINOR] Removed deprecated name argument from block constructor 9311de4 [MINOR] Use new block signatures c0d9a86 [MINOR] Removed explicit private visibility of services 9c85cab [PATCH] Use latest block bundle for PHPUnit 8 support 3aa0db7 [PATCH] Use more precise null and type checks dce7f33 [PATCH] Add type hints 53aa901 [PATCH] Removed superfluous PHPDoc b3ff18e [PATCH] Updated CS config e250b6c [PATCH] Make test classes final
How can I help you explore Laravel packages today?