KeenClient PHP Versions Save

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

v2.5.9

7 years ago

Sends queries using POST instead of GET

v2.5.8

7 years ago
  • Fixes a compatibility issue on query return values, introduced in 2.5.7. Thanks @stof!

v2.5.7

7 years ago
  • Lots of Guzzle Updates
  • SDK Tracking

2.5.6

7 years ago
  • Added Saved Queries and Project Creation
  • Updated minimum php and phpunit versions
  • Added use of organizationID

2.5.4

8 years ago
  • Fixes an issue where passing an empty version parameter would cause an error (#70)

2.5.3

10 years ago
  • Switches createScopedKey method to use MCRYPT_DEV_URANDOM by default, see #53

2.3

10 years ago
  • Fixes naming on operation: getEventSchemas to getCollections
    • keeps original as an extended operation to support BC
  • Adds getCollection method
  • Adds getProperty method
  • Minor fixes

2.1

10 years ago
  • Fix a bug when using analytics method (first parameter is now considered the event collection, as before)
  • Allow to specify absolute timeframe

2.0

10 years ago
  • All commands can now be used with a master key.
  • [BC] Method deleteEvent has been renamed to deleteEvents as it allows to delete multiple events.
  • [BC] getScopedKey has been renamed createScopedKey to better reflect its purpose.
  • [BC] createScopedKey and decryptScopedKey no longer need an API key: it just reuses the one set in the client.
  • [BC] The client provides shortcut for the addEvent and addEvents methods.

1.1

10 years ago

Brings the Guzzle based Keen IO Client to PSR 2 standards and adds the delete methods now provided by the Keen IO API.