khumam / php-chats-analytics
Simple Whatsapp chat analytics which can be used to view chat statistics.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/khumam/php-chats-analytics
This package is auto-updated.
Last update: 2025-09-27 15:18:27 UTC
README
Simple Chats Analytics
This is a simple chat analytics for whatsapp group.
How To Use It
- Clone this repository
- Get the txt file from your backup group chat, save it for later.
- Create the database, then set the configuration of the database in
Database.php
file - Create new file
require 'phpchat/Analytics.php'; $filename = 'path/to/data.txt' // Path to data $data = new Analytics($filename); $data->insertData();