Skip to content

Releases: defixit/anonlytics-lib-php

Update library to PHP 8.3 with modern features

31 Aug 10:00

Choose a tag to compare

- Upgrade PHP requirement from 7.4 to 8.3
- Refactor Tracker class with constructor property promotion and readonly modifier
- Improve error handling with proper cURL resource checks and HTTP status validation
- Add timeouts for external API calls to prevent hanging requests
- Use JSON_THROW_ON_ERROR for safer JSON operations
- Enhance type declarations in Exception class
- Add development dependencies (PHPUnit, PHPStan, PHP CodeSniffer)
- Update README with requirements and modern usage examples
- Switch to HTTPS for geoip API calls for security

Enabling the SSL certificate check

19 Mar 08:59

Choose a tag to compare

1.0.1

Enable SSL verification

First release

21 Feb 11:28

Choose a tag to compare

1.0.0

Initial commit