php-iliaal-fastchart - Native C PHP extension for fast chart rendering
- Website:
- https://github.com/iliaal/fastchart
- Licence:
- BSD-3-Clause AND MIT
- Vendor:
- Remi's RPM repository <https://rpms.remirepo.net/>
- Description:
Native C PHP extension. 26 chart types behind a modern OO API with fluent setters and final classes. Line, area, bar, scatter, bubble, pie, radar, polar, surface, contour, gauge, gantt, box-plot, treemap, funnel, waterfall, heatmap, linear meter, plus a deep StockChart (seven candle styles, SMA / EMA / WMA overlays, volume + indicator panes). SVG is the canonical render format. PNG / JPG / WebP outputs flatten text to glyph paths, run plutovg over the resulting SVG, and encode the RGBA buffer with libpng / libjpeg-turbo / libwebp. The same chart object serves a sharp <svg> for dashboards or a PNG for emails without rebuilding state. renderToFile() picks the encoder from the extension; renderPng() / renderJpeg() / renderWebp() / renderSvg() return bytes in-process. Package built for PHP 8.4.
Packages
| php-iliaal-fastchart-1.4.0-1.remi.src | [15.2 MiB] |
Changelog by Remi Collet (2026-06-21):
- update to 1.4.0 |
| php-iliaal-fastchart-1.3.0-1.remi.src | [11.2 MiB] |
Changelog by Remi Collet (2026-06-16):
- update to 1.3.0 |
| php-iliaal-fastchart-1.2.0-1.remi.src | [11.2 MiB] |
Changelog by Remi Collet (2026-06-12):
- update to 1.2.0 - open https://github.com/iliaal/fastchart/pull/9 relax test expectations |
| php-iliaal-fastchart-1.1.6-1.remi.src | [11.2 MiB] |
Changelog by Remi Collet (2026-06-05):
- update to 1.1.6 |
| php-iliaal-fastchart-1.1.5-1.remi.src | [11.2 MiB] |
Changelog by Remi Collet (2026-06-05):
- update to 1.1.5 |
| php-iliaal-fastchart-1.1.1-1.remi.src | [11.2 MiB] |
Changelog by Remi Collet (2026-05-21):
- update to 1.1.1 - drop patches merged upstream |
| php-iliaal-fastchart-1.1.0-1.remi.src | [11.2 MiB] |
Changelog by Remi Collet (2026-05-16):
- new package - open https://github.com/iliaal/fastchart/pull/1 fix test, ensure searching in the right place - open https://github.com/iliaal/fastchart/pull/2 Fix undefined $ext_builddir - open https://github.com/iliaal/fastchart/pull/3 fix tests, more font paths |