Download the PHP package ahtesham/blueprint-image-php without Composer
On this page you can find all versions of the php package ahtesham/blueprint-image-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ahtesham/blueprint-image-php
More information about ahtesham/blueprint-image-php
Files in ahtesham/blueprint-image-php
Package blueprint-image-php
Short Description A native PHP image generator using JSON blueprints (Satori-like for PHP)
License MIT
Informations about the package blueprint-image-php
Blueprint Image for PHP
Universal JSON-to-Static-UI Engine.
Render high-fidelity, premium image reports using a familiar flexbox-like JSON schema. No headless browsers, no Puppeteer—just pure, high-performance PHP GD.
🖼️ High-Fidelity Gallery
| Operational Monitoring | Student Report Cards |
|---|---|
🚀 Why Blueprint Image?
Most image generation libraries either require heavy headless browsers or force you to manually calculate X/Y coordinates for every element. Blueprint Image solves this by providing:
- Two-Pass Reflow Layout Engine: Automatic measurement and arrangement of nested elements.
- Intrinsic Sizing: Containers automatically grow to fit their content.
- Fluid Layouts: Auto-expanding canvas height and multi-line text wrapping.
- Pure PHP GD: High performance, shared-hosting compatible, no external dependencies.
- Universal Schema: Uses the exact same JSON format as modern Satori/HTML-to-SVG engines.
📦 Installation
Install via Composer:
🛠️ Quick Start
1. Simple Rendering from PHP Array
2. Loading from JSON
📘 Documentation
- Blueprint Schema Guide — Comprehensive reference for styles and nodes.
- Fluid Layout & Wrapping — How to handle variable-length content.
- Laravel Integration — Facades, Service Providers, and best practices.
- Dynamic Report Generation — looping through data to build reports.
🛡️ License
The MIT License (MIT). Please see License File for more information.
🤝 Contributing
Authored by Ahtesham [email protected] for the Momin Scholar Program and Universal Branding.