https://github.com/daun/processwire-dashboard
Configurable dashboard for ProcessWire's admin interface
https://github.com/daun/processwire-dashboard
admin dashboard processwire
Last synced: 9 months ago
JSON representation
Configurable dashboard for ProcessWire's admin interface
- Host: GitHub
- URL: https://github.com/daun/processwire-dashboard
- Owner: daun
- License: gpl-3.0
- Created: 2020-01-02T20:20:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T10:30:45.000Z (about 1 year ago)
- Last Synced: 2025-02-02T03:53:08.740Z (about 1 year ago)
- Topics: admin, dashboard, processwire
- Language: PHP
- Homepage: https://daun.github.io/processwire-dashboard/
- Size: 2.25 MB
- Stars: 54
- Watchers: 8
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ProcessWire Dashboard
[](https://github.com/daun/processwire-dashboard/releases)
[](https://processwire.com/download/core/)
[](./LICENSE)
[](https://github.com/daun/processwire-dashboard/releases)
Display a configurable dashboard in ProcessWire's admin interface. Includes a set of predefined panel types, but can be easily extended to display any content you want.
[Documentation](https://daun.github.io/processwire-dashboard/) •
[Releases](https://github.com/daun/processwire-dashboard/releases) •
[Module directory](https://modules.processwire.com/modules/dashboard/) •
[Support forum](https://processwire.com/talk/topic/22847-processwire-dashboard/)

## Getting Started
Check out the [documentation](https://daun.github.io/processwire-dashboard/) to get started.
## Features
- **Multiple panel types available**
The module comes bundled with multiple panel types that should cover 80% of use cases.
- **Easy to extend**
Creating your own panels is easy: you can either render a template file or create your own panel types by creating a ProcessWire module.
- **Highly configurable**
You're free to customize panels in their size, position, title and layout. Panels can be grouped and nested to create whatever layout you need.
- **Configuration as Code**
All configuration is done as code. This meets two objectives: the dashboard config can be version-controlled and sensitive credentials are never stored in the database. You are free to supply the data any way you want, preferably using environment variables.
## Support
- Create a [GitHub issue](https://github.com/daun/processwire-dashboard/issues) for bug reports and feature requests
- Visit the [ProcessWire support forum thread](https://processwire.com/talk/topic/22847-processwire-dashboard/) to ask questions
- Add a [star on GitHub](https://github.com/daun/processwire-dashboard) to support the project
## Contributing
Pull requests are welcome. Please read the [Contributing Guidelines](CONTRIBUTING.md).
## License
Licensed under [GPL-3.0](https://github.com/daun/processwire-dashboard/blob/master/LICENSE)