KeenClient PHP Versions Save

Official PHP client for the Keen IO API. Build analytics features directly into your PHP apps.

v2.8.2

1 year ago

What's Changed

Full Changelog: https://github.com/keenlabs/KeenClient-PHP/compare/v2.8.1...v2.8.2

v2.8.1

1 year ago

What's Changed

Full Changelog: https://github.com/keenlabs/KeenClient-PHP/compare/v2.8.0...v2.8.1

v2.8.0

3 years ago
  • Bumped Guzzle version to 7 (#140)
  • Bumped Guzzle Services version to 1.2 (#140)

2.7.0

5 years ago

2.6.0

5 years ago

2.5.14

5 years ago

2.5.13

5 years ago

2.5.12

6 years ago
  • Fix a bug that caused arrays in the POST body to be encoded as strings

2.5.11

6 years ago
  • Fix a few headers in the README.md
  • Update for PSR-2 compliance

2.5.10

6 years ago

Move from deprecated mcrypt to openssl.

Mcrypt support is deprecated in PHP 7.1, so this release contains internal modifications to move to use openssl for the scoped keys implementation.