PHP Classes

Nova PHP Server Monitor Login: Track users logging in your system via Slack

Recommend this page to a friend!
  Info   View files Documentation   Screenshots Screenshots   View files View files (14)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 184 This week: 1All time: 8,662 This week: 560Up
Version License PHP version Categories
nova-login-monitor 1.0Custom (specified...5PHP 5, User Management, Web services
Description 

Author

This package can track users logging in your Laravel Nova system via Slack.

It comes with a service provider that tracks successful attempts of the users to login in a Laravel Nova system.

The package can send notifications via Slack by sending a HTTP request to API Web server.

Innovation Award
PHP Programming Innovation award nominee
March 2019
Number 10
Laravel Nova is a nice administration panel that allows integrating third-party components to extend its capabilities.

This package can track users logging in your Laravel Nova and send notifications via Slack, so administrators can keep track of login accesses.

Manuel Lemos
Picture of Naif Alshaye
  Performance   Level  
Name: Naif Alshaye <contact>
Classes: 24 packages by
Country: Saudi Arabia Saudi Arabia
Age: ???
All time rank: 18706 in Saudi Arabia Saudi Arabia
Week rank: 24 Up2 in Saudi Arabia Saudi Arabia Up
Innovation award
Innovation award
Nominee: 9x

Documentation

Nova Login Monitor

Monitor Nova Login via Slack notifications, Receive a notification every time someone's login to your system.

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require naif/nova-login-monitor

Configuration

Publish the package config file:

php artisan vendor:publish --provider="Naif\NovaLoginMonitor\CardServiceProvider"

Configuration will be published at [config/nova-login-monitor.php].

Add your Slack app's Incoming Webhook to your .env and .env.example:

SLACK_HOOK=https://hooks.slack.com/services/######//######//###########

Create your app and generate Webhook from https://api.slack.com/apps

Usage:

Add the below to app/Providers/NovaServiceProvider.php in "cards" function

new NovaLoginMonitor()

Screenshots

<img src="https://github.com/naifalshaye/Nova-Login-Monitor/blob/master/screenshots/web.png" width="430"> <img src="https://github.com/naifalshaye/Nova-Login-Monitor/blob/master/screenshots/iphone.png" width="330">

Support:

naif@naif.io

https://www.linkedin.com/in/naif

License

The MIT License (MIT). Please see License File for more information.


Screenshots  
  • screenshots/iphone.png
  • screenshots/web.png
  Files folder image Files  
File Role Description
Files folder imageconfig (1 file)
Files folder imagedist (1 directory)
Files folder imageresources (2 directories)
Files folder imageroutes (1 file)
Files folder imagesrc (2 files)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file mix-manifest.json Data Auxiliary data
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file webpack.mix.js Data Auxiliary data

  Files folder image Files  /  config  
File Role Description
  Accessible without login Plain text file nova-login-monitor.php Aux. Auxiliary script

  Files folder image Files  /  dist  
File Role Description
Files folder imagejs (1 file)

  Files folder image Files  /  dist  /  js  
File Role Description
  Accessible without login Plain text file card.js Data Auxiliary data

  Files folder image Files  /  resources  
File Role Description
Files folder imagejs (1 file, 1 directory)
Files folder imagesass (1 file)

  Files folder image Files  /  resources  /  js  
File Role Description
Files folder imagecomponents (1 file)
  Accessible without login Plain text file card.js Data Auxiliary data

  Files folder image Files  /  resources  /  js  /  components  
File Role Description
  Accessible without login Plain text file Card.vue Data Auxiliary data

  Files folder image Files  /  resources  /  sass  
File Role Description
  Accessible without login Plain text file card.scss Data Auxiliary data

  Files folder image Files  /  routes  
File Role Description
  Accessible without login Plain text file api.php Example Example script

  Files folder image Files  /  src  
File Role Description
  Plain text file CardServiceProvider.php Class Class source
  Plain text file NovaLoginMonitor.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:184
This week:1
All time:8,662
This week:560Up