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.
- Host: GitHub
- URL: https://github.com/scottgriv/php-audit_dashboards
- Owner: scottgriv
- License: mit
- Created: 2023-07-12T23:23:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T04:17:29.000Z (over 1 year ago)
- Last Synced: 2025-03-28T18:32:30.937Z (about 1 year ago)
- Topics: audit, dashboard, dashboards, php, utility, utility-app, utility-application, utility-script
- Language: PHP
- Homepage:
- Size: 743 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: Audit_Dashboard.html
Awesome Lists containing this project
README
---------------
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)
---------------