vitormattos / ingress-sentinel
Monitoring Ingress report e-mail of attacks on portals
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/vitormattos/ingress-sentinel
Requires
- ext-imap: *
- ext-pdo: *
- guiguiboy/php-cli-progress-bar: dev-master
- robmorgan/phinx: *
This package is auto-updated.
Last update: 2025-09-29 01:52:53 UTC
README
inserts data with damage email report in a sqlite database.
How to use?
- Run Composer from your application
- The database are used is SQLite. After run composer, run the following command to create the sqlite file:
migrate -e development
- Put the data access for the email account that concentrates the reports Ingress in test.php file and run this file with the following command:
php test.php
When the test.php script has finished running, you will have a database to parse all emails that are configured in the account.
TODO:
- Analysis of data from the database to identify anomaly