1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
{
"name": "iliaal/fastchart",
"type": "php-ext",
"description": "Native C PHP extension for fast chart rendering: 26 chart families (line, bar, pie, scatter, bubble, stock with technical indicators, radar, polar, surface, contour, treemap, funnel, waterfall, heatmap, gauge, linear meter, gantt, box plot, area, bullet, pareto, calendar heatmap, sunburst, sankey, marimekko, vector) plus a 2-class Symbol family (Code128, QrCode). SVG-canonical pipeline rasterized via vendored plutovg + plutosvg; PNG / JPEG / WebP encoders via libpng / libjpeg-turbo / libwebp.",
"keywords": ["chart", "graph", "svg", "visualization", "php-extension", "pie", "candlestick", "ohlcv", "technical-indicators", "treemap", "heatmap", "funnel", "waterfall", "gauge", "polar", "radar", "contour", "surface", "gantt", "boxplot", "barcode", "qrcode", "bullet", "pareto", "sunburst", "sankey", "marimekko"],
"license": "(BSD-3-Clause AND MIT)",
"homepage": "https://github.com/iliaal/fastchart",
"authors": [
{
"name": "Ilia Alshanetsky",
"email": "ilia@ilia.ws"
}
],
"require": {
"php": ">=8.3"
},
"php-ext": {
"extension-name": "fastchart",
"configure-options": [
{
"name": "enable-fastchart",
"description": "Enable fastchart support",
"needs-value": false
},
{
"name": "enable-fastchart-dev",
"description": "Enable -Wall -Wextra -Werror for wrapper code (development builds)",
"needs-value": false
}
],
"support-zts": true,
"support-nts": true,
"download-url-method": ["pre-packaged-binary", "composer-default"]
}
}
|