iOS Status Bar PHP Generator

Заказчик: AI | Опубликовано: 29.10.2025
Бюджет: 250 $

I’m looking for a clean PHP solution that draws an iOS-style status bar on the server, lets me change its values from a simple web form, and returns the result as a Base64-encoded image ready for embedding. Core functions I need • Render the following elements exactly as iOS does: Time, signal bars, and battery level. • Show connectivity icons for Wi-Fi, 5G/4G/LTE, and 3G, switching among them based on the form input. • Present a small HTML/PHP form where I can manually enter or pick: current time, signal strength (0-5 bars), battery percentage/charging state, and which connectivity icon to show. Submitting the form should instantly refresh the preview. • Generate the final status-bar graphic server-side (GD or Imagick is fine) and echo its Base64 string so I can drop it directly into an <img src="data:image/png;base64,…"> tag. What I’ll accept as delivery 1. A single self-contained PHP file (or a tidy pair of form + processor files) with clear comments. 2. All graphic assets or icon vectors you used. 3. Quick setup notes: PHP version, extensions required, and any optional tweaks for retina/scale variations. That’s it—no frameworks or heavy dependencies, just reliable PHP code that outputs a crisp, editable status bar image on demand.