Skip to content

v1.0.0 — Initial Stable Release

Choose a tag to compare

@Maatify Maatify released this 30 Dec 16:21
· 3 commits to main since this release

🎉 Initial Stable Release

This is the first stable release of maatify/mongo-activity, providing
a production-ready MongoDB-based activity logging engine for PHP applications.

✨ Highlights

  • Full activity logging with advanced filtering & pagination
  • Archive-aware design with quarterly collections
  • DTO-driven, contract-based architecture
  • Optimized indexes for high-performance queries
  • DI-friendly and framework-agnostic (Slim-ready)

🧩 Core Components

  • ActivityRepository
  • ArchiveRepository
  • PeriodResolverRepository
  • ActivityArchiveManager
  • ActivityRecordDTO

🛠️ Utilities

  • Auto-archive script (6-month policy)
  • Index ensure script for performance safety

⚙️ Compatibility

  • PHP 8.4+
  • mongodb/mongodb ^2.x

📘 Full documentation:
https://github.com/Maatify/mongo-activity

🧠 Part of the Maatify Ecosystem