Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Releases: OpenCompanyApp/integration-plausible

v1.2.0

09 Feb 21:51

Choose a tag to compare

  • Add PHPStan level 5 with Larastan
  • Fix nullable coalesce in PlausibleService
  • Fix array schema items for Codex API strict validation

1.1.0

07 Feb 19:44

Choose a tag to compare

Added

  • Implements ConfigurableIntegration contract
  • Config schema: API key (secret), instance URL, tracked sites (string list)
  • Integration metadata: name, description, icon, logo, category, badge, docs URL
  • Test connection logic (moved from host app into package)
  • Validation rules for config fields

The host app now renders the Plausible config modal dynamically from the package's schema — no hardcoded PlausibleConfigModal.vue needed.

1.0.0

07 Feb 19:26

Choose a tag to compare

Initial release of ai-tool-plausible.

Tools

  • plausible_query_stats — Query website analytics (aggregate, timeseries, breakdown)
  • plausible_realtime_visitors — Current realtime visitor count
  • plausible_list_sites — List all tracked websites
  • plausible_create_site — Register a new website for tracking
  • plausible_delete_site — Remove a website from tracking
  • plausible_list_goals — List conversion goals for a site
  • plausible_create_goal — Create a conversion goal (page visit or custom event)
  • plausible_delete_goal — Delete a conversion goal

Dependencies

  • opencompanyapp/ai-tool-core ^1.0
  • laravel/ai ^0.1