Download the PHP package yaknet/medikit without Composer
On this page you can find all versions of the php package yaknet/medikit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yaknet/medikit
More information about yaknet/medikit
Files in yaknet/medikit
Package medikit
Short Description A self-healing runtime for PHP that uses AI to diagnose and suggest fixes for errors.
License MIT
Informations about the package medikit
YakNet \ Medikit
YakNet Medikit is a revolutionary "Self-Healing" runtime library for PHP. It intercepts runtime exceptions, analyzes the failing code using Google Gemini AI, and provides instant diagnostics and fix suggestions through a premium UI or CLI report.
🚑 Why Medikit?
Traditional logging tells you what happened. Medikit tells you why it happened and how to fix it. It acts as a "resident doctor" for your application, providing immunity against unhandled crashes.
🚀 Features
- AI-Powered Diagnostics: Uses Gemini 3.1 Flash Lite to understand code logic and intent.
- Context Awareness: Automatically extracts relevant code snippets surrounding the error for deep analysis.
- Premium Reporting: Beautiful, dark-themed HTML diagnostic pages for web errors and colorized CLI output.
- Zero-Config Integration: One-line registration to protect your entire application.
📦 Installation
🛠 Usage
Simply register Medikit at the entry point of your application.
⚙️ Environment Variables (.env)
Medikit respects your development workflow. Create a .env file in your root:
- MEDIKIT_DEBUG: Must be
truefor Medikit to intercept errors. In production (false), it stays silent. - Interactive Mode: In CLI, Medikit will ask if you want to attempt a repair when a fix is found.
📄 License
The MIT License (MIT). Please see License File for more information.
Developed with ❤️ by YakNet