Download the PHP package zhylon/open without Composer
On this page you can find all versions of the php package zhylon/open. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package open
Short Description A small Laravel package that injects developer-facing messages into your application — HTML comments, console output, and a friendly hello to curious developers.
License MIT
Informations about the package open
zhylon/open
A small Laravel package that leaves a friendly message for curious developers who peek at your source code or open DevTools.
What it does
- Injects an HTML comment after
<head>— visible in browser source view - Injects a styled console message before
</body>— visible in DevTools → Console - Only activates in configured environments (default:
production) - Skips JSON responses, redirects, and non-HTML content automatically
- Zero configuration required — works out of the box via auto-discovery
Installation
That's it. The package registers itself via Laravel's auto-discovery.
Configuration
Publish the config file if you want to customize the messages:
This creates config/zopen.php:
Environment variables
| Variable | Default | Description |
|---|---|---|
ZHYLON_OPEN_ENABLED |
true |
Master switch — disables all output at once |
ZHYLON_OPEN_HTML_COMMENT |
true |
Enable/disable HTML comment |
ZHYLON_OPEN_HTML_MESSAGE |
(see config) | The message shown in source view |
ZHYLON_OPEN_GITHUB |
https://github.com/Zhylon |
GitHub URL shown in comment + console |
ZHYLON_OPEN_WEBSITE |
https://zhylon.net |
Website URL shown in comment + console |
ZHYLON_OPEN_CONSOLE |
true |
Enable/disable console output |
ZHYLON_OPEN_CONSOLE_MESSAGE |
Hey, you found us! 🚀 |
Message shown in DevTools console |
ZHYLON_OPEN_CONSOLE_STYLE |
(purple, bold) | CSS string for console styling |
Customizing the views
Publish the Blade views to customize the output completely:
Views are published to resources/views/vendor/zopen/.
Requirements
| Requirement | Version |
|---|---|
| PHP | ^8.3 |
| Laravel | ^11.0 | ^12.0 | ^13.0 |
About Zhylon
Zhylon Systems is building a suite of developer tools for Europe — infrastructure, deployment, monitoring, realtime, and more.
Privacy-first. No lock-in. Made in EU. 🇪🇺
- 🌍 zhylon.net
- 🐙 github.com/Zhylon
- 📡 sitealarm.de — uptime monitoring
- ☁️ cloud.zhylon.net — deployment & infrastructure
Contributing
This package is open-source and part of the Zhylon ecosystem. Issues and PRs are welcome.
License
MIT — see LICENSE for details.
All versions of open with dependencies
illuminate/http Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/view Version ^11.0|^12.0|^13.0