7 files available for download
Select a file from the list below

These modules are developed for milkAdmin. milkAdmin is a core cms designed to be minimal with only login and management of installations.

For installing the system and modules, follow the instructions in the installation

Api Registry
Api Registry

The module allows you to:
- List all APIs registered in the system
- View documentation, required parameters, and responses
- Log incoming calls through a logging system
This provides a clear and comprehensive overview of API management. The system also enables testing of both external and internal APIs through a simple and intuitive interface.


Jobs
Jobs
This module is essential for managing cron jobs in a simple and effective way. Since the default system does not provide native methods for scheduling management, the module fills this gap by offering a complete and integrated solution.
The module manages background processes registered in the system and provides the JobsContract class that allows you to register new jobs to be executed automatically via cron, according to customizable time configurations.
Key features:
- Flexible time scheduling configuration
- Automatic job execution based on cron scheduling
- Manual execution on demand
- Complete monitoring of execution logs
- Safety system that detects consecutively failed jobs and automatically blocks their execution to prevent issues

Debug Panel
The Debug Panel module records what happens during each request while you browse the admin.
It captures logs grouped by type, including warnings and errors, so troubleshooting is faster.
You can review complete debug sessions, inspect grouped entries, and identify failing areas quickly.
It is designed to give you a clear operational trace of the application behavior in real time.
This is especially useful during development, testing, and issue diagnosis.

Processes
The Processes module lets you create and manage custom PHP processes for repetitive operations.
You can register your own process files, define metadata, and run them manually from the interface.
It supports cron-based scheduling with configurable frequencies and automatic next-run calculation.
Every execution is logged with status, output, and timing for monitoring and auditing purposes.
This provides a flexible workflow for automation, maintenance tasks, and background operations.

Mail Log
Mail Log
The Mail Log module gives you full visibility on outgoing emails sent by the application.
It stores each message with recipients, subject, content, and delivery status.
When an email fails, you can quickly inspect the error details to troubleshoot configuration or provider issues.
You can also open previous messages and send them again directly from the admin interface.
This makes monitoring and debugging email flows much faster and safer.

Posts
Posts
This training module serves as an example for developing CRUD modules. It manages the post list, their pagination and search, as well as creating, editing, and deleting posts.

DB2Tables
DB2Tables
This module allows you to manage database tables connected to milkadmin.