An open API service indexing awesome lists of open source software.

https://github.com/scottgriv/php-audit_dashboards

Connect to database tables in order to display record counts and play audible threshold alerts.
https://github.com/scottgriv/php-audit_dashboards

audit dashboard dashboards php utility utility-app utility-application utility-script

Last synced: about 1 year ago
JSON representation

Connect to database tables in order to display record counts and play audible threshold alerts.

Awesome Lists containing this project

README

          







PHP Badge


GitHub Badge
Email Badge
BuyMeACoffee Badge


Bronze

---------------

Audit Dashboards

Connect to database tables in order to display record counts and play audible threshold alerts.



---------------

## Table of Contents

- [Getting Started](#getting-started)
- [Usage](#usage)
- [Deployment](#deployment)
- [Resources](#resources)
- [License](#license)
- [Credits](#credits)

## Getting Started

### Usage

- Adjust the ```Audit_Dashboard.php``` file to change the refresh rate of the data when its visible.
- Adjust the ```Audit_Dashboard.html``` file to flip through multiple dashboards within a specificed time range.
- Go to the full ``Audit_Dashboard.html`` web server address in your web browser.

### Deployment

- Specify your database connection and queries in the php file.
- I strongly recommend including ``WHERE`` and ``LIMIT`` clauses to minimize the result set loading times.
- Run the ```Audit_Dashboard_Demo.php``` in your browser to get a static demo of what the webpage will look like when running properly.
- Feel free to add your company's logo by replacing the ``logo.png`` file.

## Resources

- [PHP](https://www.php.net/)

## License

This project is released under the terms of the **MIT License**, which permits use, modification, and distribution of the code, subject to the conditions outlined in the license.
- The [MIT License](https://choosealicense.com/licenses/mit/) provides certain freedoms while preserving rights of attribution to the original creators.
- For more details, see the [LICENSE](LICENSE) file in this repository. in this repository.

## Credits

**Author:** [Scott Grivner](https://github.com/scottgriv)

**Email:** [scott.grivner@gmail.com](mailto:scott.grivner@gmail.com)

**Website:** [scottgrivner.dev](https://www.scottgrivner.dev)

**Reference:** [Main Branch](https://github.com/scottgriv/php-audit_dashboards)

---------------