Releases: there4/php-analytics-event
Releases · there4/php-analytics-event
Fix strict warnings in rand creation
The library uses floats for the max rand number size and causes warnings in php strict mode. This release converts the library to using PHP_INT_MAX
for rand sizes.
This release has not been thoroughly tested with Google. Please open issue if any problems are found https://github.com/there4/php-analytics-event/issues
Please consider migrating to: https://github.com/theiconic/php-ga-measurement-protocol
Update to PSR4
This changes the internal namespace directory organization to use PSR4 namespacing. This also adds a sanity test and some other tooling improvements.